Skip to content

Commit

Permalink
Update use of git fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarbuzzi committed Jul 23, 2024
1 parent 36796d2 commit fb0e421
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/actions/nm-github-action-benchmark/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ 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
2 changes: 2 additions & 0 deletions .github/workflows/process-benchmark-results.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
steps:
- name: Check out repository
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Parse triggering request
shell: bash
Expand Down

0 comments on commit fb0e421

Please sign in to comment.