Skip to content

Commit

Permalink
fix: inputs typo (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
seslly authored Mar 19, 2024
1 parent 9e4d259 commit 68363f9
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 @@ -26,6 +26,6 @@ outputs:
description: "Output returned by your Helm or kubectl command"
runs:
using: "docker"
image: ${{ input.image }}
image: ${{ inputs.image }}
args:
- ${{ inputs.command }}

0 comments on commit 68363f9

Please sign in to comment.