We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c27200 commit 522d6cbCopy full SHA for 522d6cb
.github/workflows/pages.yaml
@@ -49,6 +49,7 @@ jobs:
49
permissions:
50
pages: write
51
id-token: write
52
+ pull-requests: write # to comment on PRs
53
environment:
54
name: github-pages
55
url: ${{ steps.deployment.outputs.page_url }} + ${{ env.PAGES_BASE }}
@@ -62,4 +63,4 @@ jobs:
62
63
if: github.event_name == 'pull_request'
64
with:
65
message: |
- A preview has been deployed to ${{ steps.deployment.outputs.page_url }} + ${{ env.PAGES_BASE }}
66
+ A preview has been deployed to ${{ format('{0}/{1}', steps.deployment.outputs.page_url, env.PAGES_BASE) }}
0 commit comments