Skip to content

Commit

Permalink
Fix url not valid because of new line
Browse files Browse the repository at this point in the history
  • Loading branch information
codeofandrin committed Nov 18, 2024
1 parent 1afc6d7 commit d013ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prev.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
run: vercel build --token=${{ secrets.VERCEL_TOKEN }}
- name: Deploy Project Artifacts to Vercel
id: deployment
run: echo "preview_url=$(vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }})\n" >> $GITHUB_OUTPUT
run: echo "preview_url=$(vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }})" >> $GITHUB_OUTPUT

0 comments on commit d013ad0

Please # to comment.