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 - run: spcd-browse-workspace
- uses: ./act/action - uses: ./act/action
with: with:
arg_1: string arg_1: '"one"'
arg_2: arg_2: >
- one [
- two "one",
arg_3: "two",
- a: x ]
- b: y arg_3: >
- c: z {
"one": 1,
"two": 2,
"three": 3,
}
- uses: ./act/synchronize - uses: ./act/synchronize
with: with:
source: output source: output

View file