Skip to content

Commit 522d6cb

Browse files
committed
Fix commenting
Signed-off-by: Nelo-T. Wallus <[email protected]> Signed-off-by: Nelo-T. Wallus <[email protected]>
1 parent 7c27200 commit 522d6cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pages.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
permissions:
5050
pages: write
5151
id-token: write
52+
pull-requests: write # to comment on PRs
5253
environment:
5354
name: github-pages
5455
url: ${{ steps.deployment.outputs.page_url }} + ${{ env.PAGES_BASE }}
@@ -62,4 +63,4 @@ jobs:
6263
if: github.event_name == 'pull_request'
6364
with:
6465
message: |
65-
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

Comments
 (0)