From e870274b871b1bbc08980e62729fa5939032535f Mon Sep 17 00:00:00 2001 From: amir houieh Date: Wed, 22 Jun 2022 12:24:27 +0200 Subject: [PATCH] Update deployment-production.yml --- .github/workflows/deployment-production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deployment-production.yml b/.github/workflows/deployment-production.yml index 371879b..4f43394 100644 --- a/.github/workflows/deployment-production.yml +++ b/.github/workflows/deployment-production.yml @@ -14,7 +14,7 @@ jobs: method: 'POST' - name: show response run: | - echo ${{steps.vrequest.outputs}} + echo ${{steps.vrequest.outputs.job.id}} - run: sleep 60 - name: vercel-preview-url uses: zentered/vercel-preview-url@v1.0.5