Add status to notification
Some checks failed
Deploy website to Docker Container / deploy (push) Failing after 50s
Some checks failed
Deploy website to Docker Container / deploy (push) Failing after 50s
This commit is contained in:
parent
d41373a966
commit
f933961d60
|
|
@ -34,4 +34,5 @@ jobs:
|
|||
- name: Send webhook to Home-Assistant
|
||||
uses: https://github.com/distributhor/workflow-webhook@v3
|
||||
with:
|
||||
webhook_url: ${{ secrets.HOME_ASSISTANT_WEBHOOK }}
|
||||
webhook_url: ${{ secrets.HOME_ASSISTANT_WEBHOOK }}
|
||||
data: '{status: "${{ gitea.status }}"}'
|
||||
Loading…
Reference in a new issue