Skip to content

Commit

Permalink
Update gitpod workflow link comment
Browse files Browse the repository at this point in the history
  • Loading branch information
neoformit committed Aug 26, 2024
1 parent e240fb3 commit 434c772
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gitpod-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
GH_TOKEN: ${{ github.token }}
run: |
GITPOD_URL="https://gitpod.io/#https://github.com/${{ github.repository }}/tree/${{ github.event.pull_request.head.ref }}"
echo "View the preview: [Gitpod]($GITPOD_URL)" > gitpod_comment.md
printf "View the preview: [Gitpod]($GITPOD_URL)\n\nSee the [GMS on GitPod docs](./wiki/Development#gitpod)" > gitpod_comment.md
gh pr comment ${{ github.event.pull_request.number }} --body "$(cat gitpod_comment.md)"
2 changes: 1 addition & 1 deletion wiki
Submodule wiki updated from 4e6de0 to 18b933

0 comments on commit 434c772

Please sign in to comment.