Correct webhook notification repo
Some checks failed
Deploy website to Docker Container / deploy (push) Failing after 54s

This commit is contained in:
TheThomaas 2023-05-26 22:21:38 +02:00
parent 2dbe54298d
commit a6d8af72e3

View file

@ -32,6 +32,6 @@ jobs:
docker run -d -p 8086:3000 --name $CONTAINER_NAME --restart=always $CONTAINER_IMAGE
- name: Webhook
uses: distributhor/workflow-webhook@v3
uses: https://github.com/distributhor/workflow-webhook@v3
with:
webhook_url: "${{secret.HOME_ASSISTANT_WEBHOOK}}"