prj/.forgejo/workflows/main.yaml

30 lines
650 B
YAML
Raw Normal View History

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-10-20 19:34:58 +00:00
- name: spcd
env:
SPCD: ${{vars.SPCD}}
SPCD_SSH_HOSTS: ${{vars.SPCD_SSH_HOSTS}}
SPCD_SSH_KEY: ${{secrets.SPCD_SSH_KEY}}
run: ${{vars.SPCD}}
2024-06-17 16:45:55 +00:00
2024-10-20 19:34:58 +00:00
- 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