Skip to content

Commit

Permalink
fix: Remove extra curly braces
Browse files Browse the repository at this point in the history
  • Loading branch information
gmpinder committed Mar 6, 2024
1 parent 229504e commit 1e5f19a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ runs:
GH_TOKEN: ${{ inputs.registry_token }}
GH_PR_EVENT_NUMBER: ${{ inputs.pr_event_number }}
# Uses GitHubs ternary syntax to set cli version, see https://docs.github.com/en/actions/learn-github-actions/expressions#example
CLI_VERSION_TAG: ${{ inputs.use_unstable_cli == 'true' && 'main' || 'v0.8.1' }}}}
CLI_VERSION_TAG: ${{ inputs.use_unstable_cli == 'true' && 'main' || 'v0.8.1' }}
run: |
podman run \
-v buildah-vol:/var/run/containerd \
Expand Down

0 comments on commit 1e5f19a

Please sign in to comment.