prj/.forgejo/workflows/main.yaml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 22: cannot unmarshal !!seq into string line 25: cannot unmarshal !!seq into string
2025-06-08 11:58:02 +02:00

30 lines
623 B
YAML

on: [push]
jobs:
job:
runs-on: ubuntu-latest
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