From 4621f8f08873df467d6311332fc0e63d58109ff5 Mon Sep 17 00:00:00 2001 From: Cameron Hyde Date: Tue, 27 Aug 2024 06:52:39 +1000 Subject: [PATCH] Fix wiki url --- .github/workflows/gitpod-pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gitpod-pull-request.yml b/.github/workflows/gitpod-pull-request.yml index effbc9a..223a4b9 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 }}" - printf "View the preview: [Gitpod]($GITPOD_URL)\n\nSee the [GMS on GitPod docs](./wiki/Development#gitpod)" > gitpod_comment.md + printf "View the preview: [Gitpod]($GITPOD_URL)\n\nSee the [GMS on GitPod docs](../wiki/Development#contributing)" > gitpod_comment.md gh pr comment ${{ github.event.pull_request.number }} --body "$(cat gitpod_comment.md)"