feat: add 'cmds' input

Signed-off-by: João Fernandes <joaofnds@joaofnds.com>
This commit is contained in:
João Fernandes 2022-04-12 18:38:32 -03:00
parent d1bb14ca11
commit 056e107b22
No known key found for this signature in database
GPG key ID: 064E0BACE9889F9C
6 changed files with 47 additions and 11 deletions

View file

@ -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: '.'