Skip to content

Commit 0806425

Browse files
committed
🐛 Add quotes (#1368)
1 parent 083a9de commit 0806425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103

104104
- name: Deploy Project Artifacts to Vercel
105105
id: deploy
106-
run: echo "url=$(pnpm vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }})" >> $GITHUB_OUTPUT
106+
run: echo "url=\"$(pnpm vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }})\"" >> $GITHUB_OUTPUT
107107

108108
- name: Assign staging domain to deployment (if staging branch)
109109
if: ${{ github.ref != 'refs/heads/main' }}

0 commit comments

Comments
 (0)