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