prj/.forgejo/workflows/main.yaml
Marc Beninca 1e7393c661
Some checks failed
/ job (push) Failing after 1m16s
>
2024-10-21 16:40:55 +02:00

33 lines
672 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: '"one"'
arg_2: >
[
"one",
"two",
]
arg_3: >
{
"one": 1,
"two": 2,
"three": 3,
}
- uses: ./act/synchronize
with:
source: output