Compare commits
No commits in common. "dev" and "main" have entirely different histories.
1 changed files with 8 additions and 12 deletions
|
@ -16,18 +16,14 @@ jobs:
|
||||||
- run: spcd-browse-workspace
|
- run: spcd-browse-workspace
|
||||||
- uses: ./act/action
|
- uses: ./act/action
|
||||||
with:
|
with:
|
||||||
arg_1: '"one"'
|
arg_1: string
|
||||||
arg_2: >
|
arg_2:
|
||||||
[
|
- one
|
||||||
"one",
|
- two
|
||||||
"two",
|
arg_3:
|
||||||
]
|
- a: x
|
||||||
arg_3: >
|
- b: y
|
||||||
{
|
- c: z
|
||||||
"one": 1,
|
|
||||||
"two": 2,
|
|
||||||
"three": 3,
|
|
||||||
}
|
|
||||||
- uses: ./act/synchronize
|
- uses: ./act/synchronize
|
||||||
with:
|
with:
|
||||||
source: output
|
source: output
|
||||||
|
|
Loading…
Reference in a new issue