fix
This commit is contained in:
parent
c825039295
commit
2c5512386e
@ -9,13 +9,11 @@ jobs:
|
||||
- name: Check status step
|
||||
id: check-step
|
||||
if: success()
|
||||
shell: bash
|
||||
run: |
|
||||
echo "Workflow successful"
|
||||
run: echo "Workflow successful"
|
||||
|
||||
- name: Reload Gitea Act Runner - Gitainer
|
||||
if: always()
|
||||
continue-on-error: true
|
||||
if: always()
|
||||
uses: martin/chromart-gitea-actions/.gitea/workflows/gitainer-deploy.yaml@main
|
||||
with:
|
||||
workflow-status: ${{ steps.check-step.outcome }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user