extra INPUT_

Signed-off-by: kpenfound <kyle@dagger.io>
This commit is contained in:
kpenfound 2024-11-10 22:43:02 -07:00
parent 05e5123a33
commit efd3648738
No known key found for this signature in database
GPG key ID: 70FD4F54AFB76D11

View file

@ -81,7 +81,7 @@ runs:
run: |
tmpout=$(mktemp)
ARGS="${{ inputs.args }}"
ARGS="${INPUT_ARGS:-"${{ inputs.call }}"}"
ARGS="${ARGS:-"${{ inputs.call }}"}"
cd ${{ inputs.workdir }} && { \
DAGGER_CLOUD_TOKEN=${{ inputs.cloud-token }} \
dagger \