Change webhook action name
All checks were successful
Deploy website to Docker Container / deploy (push) Successful in 50s
All checks were successful
Deploy website to Docker Container / deploy (push) Successful in 50s
This commit is contained in:
parent
bd842a6620
commit
d41373a966
|
|
@ -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 }}
|
||||
Loading…
Reference in a new issue