Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
curquiza committed Oct 26, 2023
1 parent 95033bf commit 7cf626a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/preview-info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Show preview on PRs

on:
pull_request:
types: [opened]

env:
GH_TOKEN: ${{ secrets.MEILI_BOT_GH_PAT }}
Expand All @@ -15,10 +16,10 @@ jobs:
- name: Prepare comment content
run: |
echo '# How to see the preview of the PR?' >> comment.txt
echo '' > comment.txt
echo '' >> comment.txt
echo '⚠️ Accessible for internal Meili people only.' >> comment.txt
echo '' >> comment.txt
echo "Go to this URL: https://website-git-deploy-preview-mei-16-meili.vercel.app/docs/branch%3A$CURRENT_BRANCH" > comment.txt
echo "Go to this URL: https://website-git-deploy-preview-mei-16-meili.vercel.app/docs/branch%3A$CURRENT_BRANCH" >> comment.txt
echo '' >> comment.txt
echo "Credentials to access the page are in the company\'s password manager as \"Docs deploy preview\"." >> comment.txt
- name: Add comment to PR with preview information
Expand Down

0 comments on commit 7cf626a

Please sign in to comment.