mirror of
https://github.com/dagger/dagger-for-github.git
synced 2026-01-03 05:29:52 +11:00
extra INPUT_
Signed-off-by: kpenfound <kyle@dagger.io>
This commit is contained in:
parent
05e5123a33
commit
efd3648738
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ runs:
|
||||||
run: |
|
run: |
|
||||||
tmpout=$(mktemp)
|
tmpout=$(mktemp)
|
||||||
ARGS="${{ inputs.args }}"
|
ARGS="${{ inputs.args }}"
|
||||||
ARGS="${INPUT_ARGS:-"${{ inputs.call }}"}"
|
ARGS="${ARGS:-"${{ inputs.call }}"}"
|
||||||
cd ${{ inputs.workdir }} && { \
|
cd ${{ inputs.workdir }} && { \
|
||||||
DAGGER_CLOUD_TOKEN=${{ inputs.cloud-token }} \
|
DAGGER_CLOUD_TOKEN=${{ inputs.cloud-token }} \
|
||||||
dagger \
|
dagger \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue