workflow typo
Deploy / Deploy (push) Successful in 1m26s Details

This commit is contained in:
Rik Berkelder 2025-01-19 02:02:41 +01:00
parent 66b07090d9
commit 56f5281514
1 changed files with 7 additions and 8 deletions

View File

@ -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