Skip to content

Commit

Permalink
issue #33: comment wording
Browse files Browse the repository at this point in the history
  • Loading branch information
vivalareda committed Nov 23, 2023
1 parent 83eb180 commit f3aeb40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow-vercel-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
- name: Deploy Project Artifacts to Vercel
run: vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }}

- run: sleep 30
- run: sleep 10

- name: Comment on PR
uses: JoseThen/comment-pr@v1.2.0
with:
comment: "Your deployment is like at https://ai-cfia-website.vercel.app/"
comment: "Deployment URL preview: https://ai-cfia-website.vercel.app/"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f3aeb40

Please sign in to comment.