prj/.forgejo/workflows/main.yaml
Marc Beninca bad34b5ad5
Some checks failed
/ job (push) Failing after 1m15s
quotes
2024-10-20 21:53:06 +02:00

24 lines
557 B
YAML

on: [push]
jobs:
job:
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}}
- 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