mirror of
https://github.com/dagger/dagger-for-github.git
synced 2026-01-01 21:19:44 +11:00
feat: add 'cmds' input
Signed-off-by: João Fernandes <joaofnds@joaofnds.com>
This commit is contained in:
parent
d1bb14ca11
commit
056e107b22
6 changed files with 47 additions and 11 deletions
|
|
@ -13,6 +13,10 @@ inputs:
|
|||
args:
|
||||
description: 'Arguments to pass to Dagger'
|
||||
required: false
|
||||
deprecationMessage: 'Use cmds input instead'
|
||||
cmds:
|
||||
description: 'Commands to run on Dagger'
|
||||
required: false
|
||||
workdir:
|
||||
description: 'Working directory (below repository root)'
|
||||
default: '.'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue