Skip to content

Commit

Permalink
bash no like the space
Browse files Browse the repository at this point in the history
Signed-off-by: kpenfound <kyle@dagger.io>
  • Loading branch information
kpenfound committed Nov 11, 2024
1 parent 367e510 commit 22b1b56
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 @@ -80,7 +80,7 @@ runs:
INPUT_MODULE: ${{ inputs.module }}
run: |
tmpout=$(mktemp)
INPUT_ARGS="${ INPUT_ARGS:-INPUT_CALL }"
INPUT_ARGS="${INPUT_ARGS:-INPUT_CALL}"
cd ${{ inputs.workdir }} && { \
DAGGER_CLOUD_TOKEN=${{ inputs.cloud-token }} \
dagger \
Expand Down

0 comments on commit 22b1b56

Please sign in to comment.