We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ab13ad commit 6bc7e19Copy full SHA for 6bc7e19
.github/workflows/python-app.yml
@@ -18,6 +18,6 @@ jobs:
18
19
- name: Call External API
20
run: |
21
- curl -X POST https://webhook.site/fd45589c-732d-4b7f-a740-52c98d7fc70e \
+ curl -X POST https://firstly-worthy-chamois.ngrok-free.app/github-webhook \
22
-H "Content-Type: application/json" \
23
-d "$EVENT_PAYLOAD"
0 commit comments