diff --git a/.github/workflows/gitpod-pull-request.yml b/.github/workflows/gitpod-pull-request.yml index 4871f18..effbc9a 100644 --- a/.github/workflows/gitpod-pull-request.yml +++ b/.github/workflows/gitpod-pull-request.yml @@ -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)" diff --git a/wiki b/wiki index 4e6de0f..18b9333 160000 --- a/wiki +++ b/wiki @@ -1 +1 @@ -Subproject commit 4e6de0f151123df554a8ad02c52709f2f289c701 +Subproject commit 18b9333f16c5bfc1c9469d55ed6b1960d4df545c