chromart-gitea-actions/.gitea/workflows/reload-act-runner.yaml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 9: cannot unmarshal !!seq into model.Job

22 lines
507 B
YAML

name: Reload Act Runner Stack to clear cache for workflows
on:
push:
branches: [main]
jobs:
deploy-gitainer:
- name: Check status step
id: check-step
if: success()
shell: bash
run: |
echo "Workflow successful"
- name: Reload Gitea Act Runner - Gitainer
if: always()
continue-on-error: true
uses: martin/chromart-gitea-actions/.gitea/workflows/gitainer-deploy.yaml@main
with:
workflow-status: ${{ steps.check-step.outcome }}