Compare commits
8 commits
1e7393c661
...
118b5d4f58
Author | SHA1 | Date | |
---|---|---|---|
118b5d4f58 | |||
3c41743436 | |||
51e73d27ff | |||
3e4e0b5c1c | |||
538ae5bb73 | |||
3584101c8b | |||
50cce21dfc | |||
eebdf48ff3 |
2 changed files with 12 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue