Skip to content

Commit 5f99b5f

Browse files
authored
Meta: Fix publish-pr.yml
Since this workflow runs outside of a PR context, phulsechinmay/rewritable-pr-comment needs to be provided with the PR number.
1 parent 4d506e3 commit 5f99b5f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish-pr.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,7 @@ jobs:
7878
uses: phulsechinmay/[email protected]
7979
with:
8080
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
81+
ISSUE_ID: ${{ steps.extract-pr-number.outputs.number }}
8182
message: |
82-
The rendered spec for this PR is available at ${{ steps.get-pages-url.outputs.url }}.
83+
The rendered spec for this PR is available at
84+
${{ steps.get-pages-url.outputs.url }}/pr/${{ steps.extract-pr-number.outputs.number }}.

0 commit comments

Comments
 (0)