mirror of
https://github.com/dagger/dagger-for-github.git
synced 2026-01-02 05:19:47 +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: |
|
||||
tmpout=$(mktemp)
|
||||
ARGS="${{ inputs.args }}"
|
||||
ARGS="${INPUT_ARGS:-"${{ inputs.call }}"}"
|
||||
ARGS="${ARGS:-"${{ inputs.call }}"}"
|
||||
cd ${{ inputs.workdir }} && { \
|
||||
DAGGER_CLOUD_TOKEN=${{ inputs.cloud-token }} \
|
||||
dagger \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue