Fix action url
Some checks failed
Build BAB Application Deployment Artifact / build (push) Failing after 5s

This commit is contained in:
2023-12-29 12:04:21 -05:00
parent e86876ba69
commit f7902011cc

View File

@@ -36,7 +36,7 @@ jobs:
# path: build-${{ steps.get_version.outputs.VERSION }}.tar.gz
path: dist/pwa/
- name: Trigger Ansible Deploy Playbook
uses: distributhor/workflow-webhook
uses: https://github.com/distributhor/workflow-webhook
with:
webhook_url: ${{ secrets.WEBHOOK_URL }}
webhook_secret: ${{ secrets.WEBHOOK_SECRET }}