We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7a3697 commit f523063Copy full SHA for f523063
.github/workflows/update-changelog.yml
@@ -20,8 +20,7 @@ jobs:
20
21
- name: Create Unique Branch for Changelog Update
22
run: |
23
- TIMESTAMP=$(date +%s)
24
- git checkout -b update-changelog-$TIMESTAMP
+ git checkout -b update-changelog-${{ github.run_id }}
25
26
- name: Update Changelog
27
uses: stefanzweifel/changelog-updater-action@v1
0 commit comments