Skip to content

Commit

Permalink
don't pass ref
Browse files Browse the repository at this point in the history
  • Loading branch information
hspitzley-czi committed Sep 20, 2024
1 parent 15eaebb commit 313e29a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/argus-builder/manifest-update/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ runs:
with:
fetch-depth: 0
token: ${{ steps.generate_token.outputs.token }}
ref: ${{ steps.checkout_ref.outputs.result }}
# ref: ${{ steps.checkout_ref.outputs.result }}
- name: Parse envs
id: parse_envs
uses: actions/github-script@v7
Expand Down

0 comments on commit 313e29a

Please sign in to comment.