prj/.forgejo/workflows/main.yaml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 21: cannot unmarshal !!seq into string line 24: cannot unmarshal !!seq into string
2024-10-20 20:34:21 +02:00

29 lines
596 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