We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05e5123 commit efd3648Copy full SHA for efd3648
action.yml
@@ -81,7 +81,7 @@ runs:
81
run: |
82
tmpout=$(mktemp)
83
ARGS="${{ inputs.args }}"
84
- ARGS="${INPUT_ARGS:-"${{ inputs.call }}"}"
+ ARGS="${ARGS:-"${{ inputs.call }}"}"
85
cd ${{ inputs.workdir }} && { \
86
DAGGER_CLOUD_TOKEN=${{ inputs.cloud-token }} \
87
dagger \
0 commit comments