Change webhook action name

This commit is contained in:
TheThomaas 2023-05-26 22:26:36 +02:00
parent bd842a6620
commit d41373a966

View file

@ -31,7 +31,7 @@ jobs:
run: |
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
with:
webhook_url: ${{ secrets.HOME_ASSISTANT_WEBHOOK }}