Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <noreply@github.com>
  • Loading branch information
Jacob Woffenden authored Apr 4, 2024
1 parent 7e48b79 commit 6c0c454
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 @@ -30,7 +30,7 @@ runs:
mkdir --parents "${GITHUB_WORKSPACE}/.google-container-structure-test"
curl --fail-with-body --location --silent ""https://github.com/GoogleContainerTools/container-structure-test/releases/download/${version}/container-structure-test-linux-${architecture}" \
curl --fail-with-body --location --silent "https://github.com/GoogleContainerTools/container-structure-test/releases/download/${version}/container-structure-test-linux-${architecture}" \
--output "${GITHUB_WORKSPACE}/.google-container-structure-test/container-structure-test"
chmod +x "${GITHUB_WORKSPACE}/.google-container-structure-test/container-structure-test"
Expand Down

0 comments on commit 6c0c454

Please sign in to comment.