We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d506e3 commit 5f99b5fCopy full SHA for 5f99b5f
.github/workflows/publish-pr.yml
@@ -78,5 +78,7 @@ jobs:
78
uses: phulsechinmay/[email protected]
79
with:
80
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
81
+ ISSUE_ID: ${{ steps.extract-pr-number.outputs.number }}
82
message: |
- 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