parent
9c342e07e8
commit
1e7393c661
1 changed files with 11 additions and 2 deletions
|
@ -17,8 +17,17 @@ jobs:
|
||||||
- uses: ./act/action
|
- uses: ./act/action
|
||||||
with:
|
with:
|
||||||
arg_1: '"one"'
|
arg_1: '"one"'
|
||||||
arg_2: '["one", "two"]'
|
arg_2: >
|
||||||
arg_3: '{"one": 1, "two": 2, "three": 3}'
|
[
|
||||||
|
"one",
|
||||||
|
"two",
|
||||||
|
]
|
||||||
|
arg_3: >
|
||||||
|
{
|
||||||
|
"one": 1,
|
||||||
|
"two": 2,
|
||||||
|
"three": 3,
|
||||||
|
}
|
||||||
- uses: ./act/synchronize
|
- uses: ./act/synchronize
|
||||||
with:
|
with:
|
||||||
source: output
|
source: output
|
||||||
|
|
Loading…
Reference in a new issue