quotes
This commit is contained in:
parent
1c405a7851
commit
79ada71bc6
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ jobs:
|
||||||
- uses: ./act/action
|
- uses: ./act/action
|
||||||
with:
|
with:
|
||||||
arg_1: string
|
arg_1: string
|
||||||
arg_2: [one, two]
|
arg_2: "[one, two]"
|
||||||
arg_3: {a: x, b: y, c: z}
|
arg_3: "{a: x, b: y, c: z}"
|
||||||
- uses: ./act/synchronize
|
- uses: ./act/synchronize
|
||||||
with:
|
with:
|
||||||
source: output
|
source: output
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue