2024-06-17 16:45:55 +00:00
|
|
|
on: [push]
|
|
|
|
jobs:
|
|
|
|
job:
|
|
|
|
container:
|
2024-07-28 15:00:24 +00:00
|
|
|
image: ${{vars.DOCKER}}debian:bookworm
|
2024-06-17 16:45:55 +00:00
|
|
|
steps:
|
2024-06-27 11:42:36 +00:00
|
|
|
- name: spcd
|
2024-06-23 21:30:34 +00:00
|
|
|
env:
|
2024-07-29 15:33:13 +00:00
|
|
|
SPCD: ${{vars.SPCD}}
|
2024-07-29 10:03:50 +00:00
|
|
|
SPCD_SSH_HOSTS: ${{vars.SPCD_SSH_HOSTS}}
|
2024-07-29 10:14:16 +00:00
|
|
|
SPCD_SSH_KEY: ${{secrets.SPCD_SSH_KEY}}
|
2024-07-29 08:53:36 +00:00
|
|
|
run: ${{vars.SPCD}}
|
2024-06-17 16:45:55 +00:00
|
|
|
|
2024-10-14 12:37:25 +00:00
|
|
|
- run: spcd-check-project
|
2024-06-27 11:42:36 +00:00
|
|
|
- run: spcd-build-project
|
|
|
|
- run: spcd-browse-workspace
|
2024-10-20 17:51:09 +00:00
|
|
|
- uses: ./act/action
|
|
|
|
with:
|
2024-10-20 18:34:21 +00:00
|
|
|
arg_1: string
|
2024-10-20 19:39:46 +00:00
|
|
|
arg_2: [one, two]
|
|
|
|
arg_3: {a: x, b: y, c: z}
|
2024-10-14 20:44:03 +00:00
|
|
|
- uses: ./act/synchronize
|
2024-10-14 19:48:31 +00:00
|
|
|
with:
|
|
|
|
source: output
|