Add status to notification

This commit is contained in:
TheThomaas 2023-05-26 22:34:25 +02:00
parent d41373a966
commit f933961d60

View file

@ -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 }}"}'