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

24 lines
553 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