Change webhook action name
This commit is contained in:
parent
bd842a6620
commit
d41373a966
|
|
@ -31,7 +31,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
docker run -d -p 8086:3000 --name $CONTAINER_NAME --restart=unless-stopped $CONTAINER_IMAGE
|
docker run -d -p 8086:3000 --name $CONTAINER_NAME --restart=unless-stopped $CONTAINER_IMAGE
|
||||||
|
|
||||||
- name: Webhook
|
- name: Send webhook to Home-Assistant
|
||||||
uses: https://github.com/distributhor/workflow-webhook@v3
|
uses: https://github.com/distributhor/workflow-webhook@v3
|
||||||
with:
|
with:
|
||||||
webhook_url: ${{ secrets.HOME_ASSISTANT_WEBHOOK }}
|
webhook_url: ${{ secrets.HOME_ASSISTANT_WEBHOOK }}
|
||||||
Loading…
Reference in a new issue