We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6a7fa5 commit c71c7ebCopy full SHA for c71c7eb
.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.pull_request.head.ref }}" >> $GITHUB_ENV
+ run: echo "branch_name=sync/${{ github.event.ref }}" >> $GITHUB_ENV
31
32
- name: Commit changes
33
env:
0 commit comments