parent
d1190ec748
commit
bad34b5ad5
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ jobs:
|
|||
- uses: ./act/action
|
||||
with:
|
||||
arg_1: string
|
||||
arg_2: [one, two]
|
||||
arg_3: {a: x, b: y, c: z}
|
||||
arg_2: "[one, two]"
|
||||
arg_3: "{a: x, b: y, c: z}"
|
||||
- uses: ./act/synchronize
|
||||
with:
|
||||
source: output
|
||||
|
|
Loading…
Reference in a new issue