This commit is contained in:
Marc Beninca 2024-10-20 21:34:58 +02:00
parent 53fd3be916
commit 429f7a12aa
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -4,26 +4,26 @@ jobs:
container:
image: ${{vars.DOCKER}}debian:bookworm
steps:
- name: spcd
env:
SPCD: ${{vars.SPCD}}
SPCD_SSH_HOSTS: ${{vars.SPCD_SSH_HOSTS}}
SPCD_SSH_KEY: ${{secrets.SPCD_SSH_KEY}}
run: ${{vars.SPCD}}
- name: spcd
env:
SPCD: ${{vars.SPCD}}
SPCD_SSH_HOSTS: ${{vars.SPCD_SSH_HOSTS}}
SPCD_SSH_KEY: ${{secrets.SPCD_SSH_KEY}}
run: ${{vars.SPCD}}
- run: spcd-check-project
- run: spcd-build-project
- run: spcd-browse-workspace
- uses: ./act/action
with:
arg_1: string
arg_2:
- one
- two
arg_3:
- a: x
- b: y
- c: z
- uses: ./act/synchronize
with:
source: output
- run: spcd-check-project
- run: spcd-build-project
- run: spcd-browse-workspace
- uses: ./act/action
with:
arg_1: string
arg_2:
- one
- two
arg_3:
- a: x
- b: y
- c: z
- uses: ./act/synchronize
with:
source: output