Skip to content

Commit

Permalink
Fetch before update-ref
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarbuzzi committed Jul 23, 2024
1 parent 4eb65a0 commit 183c3f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/nm-github-action-benchmark/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ runs:
# inconsistent state.
- name: reset github pages branch
run: |
git fetch
git update-ref refs/heads/${{ inputs.gh_pages_branch }} origin/${{ inputs.gh_pages_branch }}
shell: bash

Expand Down

0 comments on commit 183c3f4

Please sign in to comment.