>
Some checks are pending
/ job (push) Waiting to run

This commit is contained in:
Marc Beninca 2024-10-21 16:40:55 +02:00
parent 3c41743436
commit 118b5d4f58
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -17,8 +17,17 @@ jobs:
- uses: ./act/action
with:
arg_1: '"one"'
arg_2: '["one", "two"]'
arg_3: '{"one": 1, "two": 2, "three": 3}'
arg_2: >
[
"one",
"two",
]
arg_3: >
{
"one": 1,
"two": 2,
"three": 3,
}
- uses: ./act/synchronize
with:
source: output