Skip to content

Commit

Permalink
Fix version input label
Browse files Browse the repository at this point in the history
Change-type: patch
Signed-off-by: Kyle Harding <[email protected]>
  • Loading branch information
klutchell committed Apr 23, 2024
1 parent e597822 commit 560c7c9
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 @@ -65,7 +65,7 @@ runs:
shell: bash --noprofile --norc -eo pipefail -x {0}
env:
REPO: lework/skopeo-binary
VERSION: ${{ steps.latest.outputs.release || inputs.cli-version }}
VERSION: ${{ steps.latest.outputs.release || inputs.version }}
OS: ${{ steps.os.outputs.target }}
ARCH: ${{ steps.arch.outputs.target }}
run: |
Expand Down

0 comments on commit 560c7c9

Please sign in to comment.