indent
This commit is contained in:
parent
53fd3be916
commit
429f7a12aa
1 changed files with 22 additions and 22 deletions
|
@ -4,26 +4,26 @@ jobs:
|
||||||
container:
|
container:
|
||||||
image: ${{vars.DOCKER}}debian:bookworm
|
image: ${{vars.DOCKER}}debian:bookworm
|
||||||
steps:
|
steps:
|
||||||
- name: spcd
|
- name: spcd
|
||||||
env:
|
env:
|
||||||
SPCD: ${{vars.SPCD}}
|
SPCD: ${{vars.SPCD}}
|
||||||
SPCD_SSH_HOSTS: ${{vars.SPCD_SSH_HOSTS}}
|
SPCD_SSH_HOSTS: ${{vars.SPCD_SSH_HOSTS}}
|
||||||
SPCD_SSH_KEY: ${{secrets.SPCD_SSH_KEY}}
|
SPCD_SSH_KEY: ${{secrets.SPCD_SSH_KEY}}
|
||||||
run: ${{vars.SPCD}}
|
run: ${{vars.SPCD}}
|
||||||
|
|
||||||
- run: spcd-check-project
|
- run: spcd-check-project
|
||||||
- run: spcd-build-project
|
- run: spcd-build-project
|
||||||
- run: spcd-browse-workspace
|
- run: spcd-browse-workspace
|
||||||
- uses: ./act/action
|
- uses: ./act/action
|
||||||
with:
|
with:
|
||||||
arg_1: string
|
arg_1: string
|
||||||
arg_2:
|
arg_2:
|
||||||
- one
|
- one
|
||||||
- two
|
- two
|
||||||
arg_3:
|
arg_3:
|
||||||
- a: x
|
- a: x
|
||||||
- b: y
|
- b: y
|
||||||
- c: z
|
- c: z
|
||||||
- uses: ./act/synchronize
|
- uses: ./act/synchronize
|
||||||
with:
|
with:
|
||||||
source: output
|
source: output
|
||||||
|
|
Loading…
Reference in a new issue