From b5fd38569edebeb15ae5b1389c025da965f2965f Mon Sep 17 00:00:00 2001 From: Ron Buckton Date: Fri, 31 May 2024 11:16:43 -0400 Subject: [PATCH] Update pr.yml --- .github/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index c19f63c..e9edd61 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -25,7 +25,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | url=(gh api "repos/$GITHUB_REPOSITORY/pages" --jq '.html_url') - echo "preview-url=https://tc39.es/$(basename $GITHUB_REPOSITORY)pr/${{ github.event.number }}" >> "$GITHUB_OUTPUT" + echo "preview-url=https://tc39.es/$(basename $GITHUB_REPOSITORY)/pr/${{ github.event.number }}" >> "$GITHUB_OUTPUT" shell: bash - name: Post Preview Comment uses: phulsechinmay/rewritable-pr-comment@v0.3.0