Skip to content

Commit d0fbafc

Browse files
committed
remove unnecessary trailing slash
1 parent 6dbb5b0 commit d0fbafc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/branch-preview.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ jobs:
7878
uses: marocchino/sticky-pull-request-comment@v2
7979
with:
8080
message: |
81-
Deployed ${{ github.event.pull_request.head.sha }} to ${{ steps.deployment.outputs.page_url }}/pr/${{ github.event.pull_request.number }}
81+
Deployed ${{ github.event.pull_request.head.sha }} to ${{ steps.deployment.outputs.page_url }}pr/${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)