Compare commits

...

7 commits

Author SHA1 Message Date
974bf0c47e
>
Some checks failed
/ job (push) Failing after 6m45s
2025-06-08 11:58:09 +02:00
4c10dd2df9
quoteagain 2025-06-08 11:58:08 +02:00
5b364852a5
reoverquote 2025-06-08 11:58:08 +02:00
407cf6db77
overquote 2025-06-08 11:58:08 +02:00
0bd1aa45bd
quote 2025-06-08 11:58:07 +02:00
896bb8420a
quotes 2025-06-08 11:58:07 +02:00
ebdd934d4e
oneliners 2025-06-08 11:58:07 +02:00

View file

@ -17,14 +17,18 @@ jobs:
- run: spcd-browse-workspace
- uses: ./act/action
with:
arg_1: string
arg_2:
- one
- two
arg_3:
- a: x
- b: y
- c: z
arg_1: '"one"'
arg_2: >
[
"one",
"two",
]
arg_3: >
{
"one": 1,
"two": 2,
"three": 3,
}
- uses: ./act/synchronize
with:
source: output