always success
Some checks failed
Reload Act Runner Stack to clear cache for workflows / deploy-gitainer (push) Failing after 3s
Some checks failed
Reload Act Runner Stack to clear cache for workflows / deploy-gitainer (push) Failing after 3s
This commit is contained in:
parent
a4f5bc35d1
commit
eddbcaffdc
@ -11,5 +11,13 @@ jobs:
|
||||
deploy-gitainer:
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: Check status step
|
||||
id: check-step
|
||||
if: success()
|
||||
run: echo "Workflow successful"
|
||||
|
||||
- name: Call Gitainer stack webhooks
|
||||
continue-on-error: true
|
||||
run: curl --request POST http://192.168.1.150:9080/api/stacks/${{ inputs.stack_name }}?pretty &
|
||||
with:
|
||||
workflow-status: ${{ steps.check-step.outcome }}
|
||||
|
||||
@ -6,17 +6,6 @@ on:
|
||||
|
||||
jobs:
|
||||
deploy-gitainer:
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: Check status step
|
||||
id: check-step
|
||||
if: success()
|
||||
run: echo "Workflow successful"
|
||||
|
||||
- name: Reload Gitea Act Runner - Gitainer
|
||||
continue-on-error: true
|
||||
if: always()
|
||||
uses: https://gitea.chromart.cc/martin/chromart-gitea-actions/.gitea/workflows/gitainer-deploy.yaml@main
|
||||
with:
|
||||
workflow-status: ${{ steps.check-step.outcome }}
|
||||
stack_name: gitea_act_runner
|
||||
uses: martin/chromart-gitea-actions/.gitea/workflows/gitainer-deploy.yaml@main
|
||||
with:
|
||||
stack_name: gitea_act_runner
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user