>
All checks were successful
/ job (push) Successful in 6m6s

This commit is contained in:
Marc Beninca 2024-10-21 16:40:55 +02:00
parent 1b2a761cc4
commit 56822df8a5
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -18,8 +18,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