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 6b7b48f commit 236bde2Copy full SHA for 236bde2
.github/workflows/deploy_preview.yml
@@ -38,7 +38,7 @@ jobs:
38
39
- name: Deploy Project Artifacts to Vercel
40
id: deploy_step
41
- run: echo "preview-url=$(vercel deploy --prebuilt --archive=tgz --token=${{ secrets.VERCEL_TOKEN }})" >>" $GITHUB_OUTPUT
+ run: echo "preview-url=$(vercel deploy --prebuilt --archive=tgz --token=${{ secrets.VERCEL_TOKEN }})" >> $GITHUB_OUTPUT
42
43
- name: Comment Preview URL
44
uses: thollander/actions-comment-pull-request@v3
0 commit comments