This commit is contained in:
Martin Dimitrov 2024-12-13 20:28:53 -08:00
parent c825039295
commit 2c5512386e

View File

@ -9,13 +9,11 @@ jobs:
- name: Check status step - name: Check status step
id: check-step id: check-step
if: success() if: success()
shell: bash run: echo "Workflow successful"
run: |
echo "Workflow successful"
- name: Reload Gitea Act Runner - Gitainer - name: Reload Gitea Act Runner - Gitainer
if: always()
continue-on-error: true continue-on-error: true
if: always()
uses: martin/chromart-gitea-actions/.gitea/workflows/gitainer-deploy.yaml@main uses: martin/chromart-gitea-actions/.gitea/workflows/gitainer-deploy.yaml@main
with: with:
workflow-status: ${{ steps.check-step.outcome }} workflow-status: ${{ steps.check-step.outcome }}