Update deployment.yml

This commit is contained in:
amir houieh 2022-05-20 12:34:04 +02:00 committed by GitHub
parent 8ffdab2de6
commit 6f6b6069dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 4 deletions

View File

@ -1,4 +1,7 @@
- name: Vercel webhook name: Vercel webhook
uses: joelwmale/webhook-action@master on: push
with: jobs:
url: ${{ secrets.VERCEL_WEBHOOK }} call-webhook:
uses: joelwmale/webhook-action@2.1.0
with:
url: ${{ secrets.VERCEL_WEBHOOK }}