Skip to content

Commit

Permalink
change to sha so there's no chance that it will change throughtout th…
Browse files Browse the repository at this point in the history
…e test
  • Loading branch information
Charlie McBride authored and Charlie McBride committed Nov 9, 2023
1 parent 5bba187 commit f9312ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/resolve-args.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
if [[ "${{ github.event_name }}" == "workflow_run" ]]; then
echo GIT_REF="$(tail -n 1 /tmp/artifacts/metadata.txt)" >> "$GITHUB_OUTPUT"
elif [[ "${{ github.event_name }}" == "workflow_dispatch" ]]; then
echo GIT_REF="${{ github.ref }}" >> "$GITHUB_OUTPUT"
echo GIT_REF="${{ github.sha }}" >> "$GITHUB_OUTPUT"
else
echo GIT_REF="" >> "$GITHUB_OUTPUT"
fi

0 comments on commit f9312ee

Please sign in to comment.