workflow typo
Deploy / Deploy (push) Successful in 1m26s
Details
Deploy / Deploy (push) Successful in 1m26s
Details
This commit is contained in:
parent
66b07090d9
commit
56f5281514
|
@ -5,13 +5,12 @@ jobs:
|
||||||
Deploy:
|
Deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Start webhook
|
- name: Start webhook
|
||||||
if: ${{always()}}
|
if: ${{always()}}
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
uses: fjogeleit/http-request-action@v1
|
uses: fjogeleit/http-request-action@v1
|
||||||
with:
|
with:
|
||||||
url: ${{vars.NODE_RED_WORKFLOW_STARTED_URL}}
|
url: ${{vars.NODE_RED_WORKFLOW_STARTED}}
|
||||||
data: '{"job": ${{toJSON(job)}}, "gitea": ${{toJSON(gitea)}}}'
|
data: '{"job": ${{toJSON(job)}}, "gitea": ${{toJSON(gitea)}}}'
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
Loading…
Reference in New Issue