Skip to content

Commit

Permalink
fix issue with branch-names being dependent on a pull-request
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-parkhill authored Oct 16, 2024
1 parent e6a7fa5 commit b5cb9c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Get branch name
id: get_branch
run: echo "branch_name=sync/${{ github.event.pull_request.head.ref }}" >> $GITHUB_ENV
run: echo "branch_name=sync/${{ github.event.ref }}" >> $GITHUB_ENV

- name: Commit changes
env:
Expand Down

0 comments on commit b5cb9c2

Please sign in to comment.