list,dict
This commit is contained in:
parent
020175c6fe
commit
53fd3be916
1 changed files with 8 additions and 2 deletions
|
@ -16,8 +16,14 @@ jobs:
|
||||||
- run: spcd-browse-workspace
|
- run: spcd-browse-workspace
|
||||||
- uses: ./act/action
|
- uses: ./act/action
|
||||||
with:
|
with:
|
||||||
arg-1: one
|
arg_1: string
|
||||||
arg_2: two
|
arg_2:
|
||||||
|
- one
|
||||||
|
- two
|
||||||
|
arg_3:
|
||||||
|
- a: x
|
||||||
|
- b: y
|
||||||
|
- c: z
|
||||||
- uses: ./act/synchronize
|
- uses: ./act/synchronize
|
||||||
with:
|
with:
|
||||||
source: output
|
source: output
|
||||||
|
|
Loading…
Reference in a new issue