Skip to content

Commit c71c7eb

Browse files
fix issue with branch-names being dependent on a pull-request (#292)
1 parent e6a7fa5 commit c71c7eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
2828
- name: Get branch name
2929
id: get_branch
30-
run: echo "branch_name=sync/${{ github.event.pull_request.head.ref }}" >> $GITHUB_ENV
30+
run: echo "branch_name=sync/${{ github.event.ref }}" >> $GITHUB_ENV
3131

3232
- name: Commit changes
3333
env:

0 commit comments

Comments
 (0)