We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7946d08 commit 2b971f9Copy full SHA for 2b971f9
.github/workflows/main.yml
@@ -62,11 +62,10 @@ jobs:
62
user_email: 'github-actions[bot]@users.noreply.github.com'
63
64
- name: Onionsite Pull Webhook
65
- uses: magdemajt/trigger-webhook@v1
+ uses: jasongitmail/fast-webhook@v1
66
with:
67
url: ${{ secrets.ONION_WEBHOOK_URL }}
68
- json: '{"onion": "pull"}' # optional
69
- headers: '{"Content-Type": "application/json"}' # optional
+ json: '{"onion": "pull"}'
70
71
- name: Algolia uploader
72
uses: wangchucheng/algolia-uploader@master
0 commit comments