Skip to content

Commit efd3648

Browse files
committed
extra INPUT_
Signed-off-by: kpenfound <[email protected]>
1 parent 05e5123 commit efd3648

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
@@ -81,7 +81,7 @@ runs:
8181
run: |
8282
tmpout=$(mktemp)
8383
ARGS="${{ inputs.args }}"
84-
ARGS="${INPUT_ARGS:-"${{ inputs.call }}"}"
84+
ARGS="${ARGS:-"${{ inputs.call }}"}"
8585
cd ${{ inputs.workdir }} && { \
8686
DAGGER_CLOUD_TOKEN=${{ inputs.cloud-token }} \
8787
dagger \

0 commit comments

Comments
 (0)