Skip to content

Commit f523063

Browse files
committed
Fix
1 parent a7a3697 commit f523063

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/update-changelog.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ jobs:
2020

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

0 commit comments

Comments
 (0)