Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nasrulhazim committed Nov 1, 2024
1 parent a7a3697 commit f523063
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/update-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:

- name: Create Unique Branch for Changelog Update
run: |
TIMESTAMP=$(date +%s)
git checkout -b update-changelog-$TIMESTAMP
git checkout -b update-changelog-${{ github.run_id }}
- name: Update Changelog
uses: stefanzweifel/changelog-updater-action@v1
Expand Down

0 comments on commit f523063

Please sign in to comment.