loopback
Some checks failed
/ job (push) Failing after 1m11s

This commit is contained in:
Marc Beninca 2024-10-21 17:48:45 +02:00
parent 1e7393c661
commit c3f2d8edc9
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -19,12 +19,12 @@ jobs:
arg_1: '"one"'
arg_2: >
[
"one",
inputs["arg_1"],
"two",
]
arg_3: >
{
"one": 1,
inputs["arg_1"]: 1,
"two": 2,
"three": 3,
}