From 76413b9474f3a218d9be339b0443f9db270e9049 Mon Sep 17 00:00:00 2001 From: amir houieh Date: Mon, 21 Nov 2022 15:10:13 +0100 Subject: [PATCH] Update deployment-production.yml --- .github/workflows/deployment-production.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deployment-production.yml b/.github/workflows/deployment-production.yml index 6136a09..8c79892 100644 --- a/.github/workflows/deployment-production.yml +++ b/.github/workflows/deployment-production.yml @@ -1,13 +1,13 @@ name: Vercel webhook on: push: - branches: [ master ] + branches: [master] jobs: deployment: runs-on: ubuntu-latest steps: - - name: Triggering deploy hook on vercel - uses: fjogeleit/http-request-action@v1.9.2 + - name: Calling webhook + uses: fjogeleit/http-request-action@v1 with: url: ${{ secrets.VERCEL_WEBHOOK_PRODUCTION }} method: 'POST'