>
Some checks are pending
/ job (push) Has started running

This commit is contained in:
2024-10-21 16:40:55 +02:00
parent 1b2a761cc4
commit 56822df8a5

View File

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