Skip to content

Commit 236bde2

Browse files
fix typo
1 parent 6b7b48f commit 236bde2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_preview.yml

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

3939
- name: Deploy Project Artifacts to Vercel
4040
id: deploy_step
41-
run: echo "preview-url=$(vercel deploy --prebuilt --archive=tgz --token=${{ secrets.VERCEL_TOKEN }})" >>" $GITHUB_OUTPUT
41+
run: echo "preview-url=$(vercel deploy --prebuilt --archive=tgz --token=${{ secrets.VERCEL_TOKEN }})" >> $GITHUB_OUTPUT
4242

4343
- name: Comment Preview URL
4444
uses: thollander/actions-comment-pull-request@v3

0 commit comments

Comments
 (0)