We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e80d64e commit 6c77d2aCopy full SHA for 6c77d2a
.github/workflows/docs-push.yml
@@ -27,7 +27,7 @@ jobs:
27
28
- name: Get branch name
29
id: get_branch
30
- run: echo "branch_name=sync/${{ github.event.ref }}_${{github.event.head_commit.timestamp}}" >> $GITHUB_ENV
+ run: echo "branch_name=sync/${{ github.event.ref }}_${{github.event.head_commit.id}}" >> $GITHUB_ENV
31
32
- name: Commit changes
33
env:
0 commit comments