Compare commits
7 commits
Author | SHA1 | Date | |
---|---|---|---|
1e7393c661 | |||
9c342e07e8 | |||
09ed2280ae | |||
c614a40ec9 | |||
44aace17b2 | |||
bad34b5ad5 | |||
d1190ec748 |
1 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…
Reference in a new issue