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 }}