Skip to content

Commit 40f61d6

Browse files
committed
needs more dollars
Signed-off-by: kpenfound <[email protected]>
1 parent 22b1b56 commit 40f61d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ runs:
8080
INPUT_MODULE: ${{ inputs.module }}
8181
run: |
8282
tmpout=$(mktemp)
83-
INPUT_ARGS="${INPUT_ARGS:-INPUT_CALL}"
83+
INPUT_ARGS="${INPUT_ARGS:-$INPUT_CALL}"
8484
cd ${{ inputs.workdir }} && { \
8585
DAGGER_CLOUD_TOKEN=${{ inputs.cloud-token }} \
8686
dagger \

0 commit comments

Comments
 (0)