parent
09ed2280ae
commit
9c342e07e8
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ jobs:
|
|||
with:
|
||||
arg_1: '"one"'
|
||||
arg_2: '["one", "two"]'
|
||||
arg_3: "{a: x, b: y, c: z}"
|
||||
arg_3: '{"one": 1, "two": 2, "three": 3}'
|
||||
- uses: ./act/synchronize
|
||||
with:
|
||||
source: output
|
||||
|
|
Loading…
Reference in a new issue