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