oneliners
This commit is contained in:
parent
53fd3be916
commit
d1190ec748
1 changed files with 2 additions and 7 deletions
|
@ -17,13 +17,8 @@ jobs:
|
||||||
- uses: ./act/action
|
- uses: ./act/action
|
||||||
with:
|
with:
|
||||||
arg_1: string
|
arg_1: string
|
||||||
arg_2:
|
arg_2: [one, two]
|
||||||
- one
|
arg_3: {a: x, b: y, c: z}
|
||||||
- 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