fix
This commit is contained in:
parent
c825039295
commit
2c5512386e
@ -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 }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user