Skip to content

Commit 22b1b56

Browse files
committed
bash no like the space
Signed-off-by: kpenfound <kyle@dagger.io>
1 parent 367e510 commit 22b1b56

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
@@ -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)