From 856b1d62b7ac68a03f10fc4ece7f4b712c96c144 Mon Sep 17 00:00:00 2001 From: amir houieh Date: Wed, 22 Jun 2022 12:18:57 +0200 Subject: [PATCH] Update deployment-production.yml --- .github/workflows/deployment-production.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/deployment-production.yml b/.github/workflows/deployment-production.yml index ee4ed9e..371879b 100644 --- a/.github/workflows/deployment-production.yml +++ b/.github/workflows/deployment-production.yml @@ -8,9 +8,13 @@ jobs: steps: - name: Triggering deploy hook uses: fjogeleit/http-request-action@v1 + id: vrequest with: url: ${{ secrets.VERCEL_WEBHOOK_PRODUCTION }} method: 'POST' + - name: show response + run: | + echo ${{steps.vrequest.outputs}} - run: sleep 60 - name: vercel-preview-url uses: zentered/vercel-preview-url@v1.0.5