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