prj/.forgejo/workflows/main.yaml

34 lines
692 B
YAML
Raw Normal View History

2024-06-17 16:45:55 +00:00
on: [push]
jobs:
job:
container:
2024-07-28 15:00:24 +00:00
image: ${{vars.DOCKER}}debian:bookworm
2024-06-17 16:45:55 +00:00
steps:
2024-06-27 11:42:36 +00:00
- name: spcd
2024-06-23 21:30:34 +00:00
env:
2024-07-29 15:33:13 +00:00
SPCD: ${{vars.SPCD}}
2024-07-29 10:03:50 +00:00
SPCD_SSH_HOSTS: ${{vars.SPCD_SSH_HOSTS}}
2024-07-29 10:14:16 +00:00
SPCD_SSH_KEY: ${{secrets.SPCD_SSH_KEY}}
2024-07-29 08:53:36 +00:00
run: ${{vars.SPCD}}
2024-06-17 16:45:55 +00:00
2024-10-14 12:37:25 +00:00
- run: spcd-check-project
2024-06-27 11:42:36 +00:00
- run: spcd-build-project
- run: spcd-browse-workspace
2024-10-20 17:51:09 +00:00
- uses: ./act/action
with:
2024-10-21 14:28:16 +00:00
arg_1: '"one"'
2024-10-21 14:40:55 +00:00
arg_2: >
[
2024-10-21 15:48:45 +00:00
inputs["arg_1"],
2024-10-21 14:40:55 +00:00
"two",
]
arg_3: >
{
2024-10-21 15:48:45 +00:00
inputs["arg_1"]: 1,
2024-10-21 14:40:55 +00:00
"two": 2,
"three": 3,
}
2024-10-14 20:44:03 +00:00
- uses: ./act/synchronize
2024-10-14 19:48:31 +00:00
with:
source: output