We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 083a9de commit 0806425Copy full SHA for 0806425
.github/workflows/ci.yml
@@ -103,7 +103,7 @@ jobs:
103
104
- name: Deploy Project Artifacts to Vercel
105
id: deploy
106
- run: echo "url=$(pnpm vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }})" >> $GITHUB_OUTPUT
+ run: echo "url=\"$(pnpm vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }})\"" >> $GITHUB_OUTPUT
107
108
- name: Assign staging domain to deployment (if staging branch)
109
if: ${{ github.ref != 'refs/heads/main' }}
0 commit comments