Skip to content

Commit 68363f9

Browse files
authored
fix: inputs typo (#5)
1 parent 9e4d259 commit 68363f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ outputs:
2626
description: "Output returned by your Helm or kubectl command"
2727
runs:
2828
using: "docker"
29-
image: ${{ input.image }}
29+
image: ${{ inputs.image }}
3030
args:
3131
- ${{ inputs.command }}

0 commit comments

Comments
 (0)