Skip to content

Commit b0b7397

Browse files
committed
Fix link name
1 parent 5a03ab5 commit b0b7397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ jobs:
1010
if: github.event_name == 'pull_request' && github.repository == github.event.pull_request.head.repo.full_name # if this is a pull request build AND the pull request is NOT made from a fork
1111
uses: thollander/actions-comment-pull-request@71efef56b184328c7ef1f213577c3a90edaa4aff
1212
with:
13-
message: 'Once the build has completed, you can preview your PR at this URL: https://juliagps.netlify.app.previews/PR${{ github.event.number }}/'
13+
message: 'Once the build has completed, you can preview your PR at this URL: https://juliagps.netlify.app/previews/PR${{ github.event.number }}/'
1414
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)