Skip to content

Commit

Permalink
Fix if
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Woffenden <[email protected]>
  • Loading branch information
Jacob Woffenden committed Jan 25, 2024
1 parent 0192464 commit 666312d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-container-structure-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ runs:
exit 1
fi
if [[ "${{ inputs.version }}" == "latest"]]; then
if [[ "${{ inputs.version }}" == "latest" ]]; then
version="$(curl --silent https://api.github.com/repos/GoogleContainerTools/container-structure-test/releases/latest | jq -r '.tag_name')"
else
version="${{ inputs.version }}"
Expand Down

0 comments on commit 666312d

Please sign in to comment.