Compare commits

...

8 commits

Author SHA1 Message Date
118b5d4f58
>
Some checks are pending
/ job (push) Waiting to run
2025-06-08 11:56:10 +02:00
3c41743436
quoteagain 2025-06-08 11:56:10 +02:00
51e73d27ff
reoverquote 2025-06-08 11:56:09 +02:00
3e4e0b5c1c
overquote 2025-06-08 11:56:09 +02:00
538ae5bb73
quote 2025-06-08 11:56:09 +02:00
3584101c8b
quotes 2025-06-08 11:56:09 +02:00
50cce21dfc
oneliners 2025-06-08 11:56:08 +02:00
eebdf48ff3
render 2025-06-08 11:55:36 +02:00
2 changed files with 12 additions and 8 deletions

View file

@ -16,14 +16,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

View file