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