Skip to content

Commit dd53267

Browse files
improved PR message
1 parent d7e06da commit dd53267

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/deploy_pr_preview.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444
uses: mshick/[email protected]
4545
with:
4646
message: |
47-
"""
48-
- PR deploy preview available [here](https://python.datasciencebook.ca/pull${{ github.event.number }}/index.html)
49-
- Current `main` deploy preview available [here](https://python.datasciencebook.ca/dev/index.html)
50-
"""
47+
Hello! I've built a preview of your PR so that you can compare it to the current `main` branch.
48+
* PR deploy preview available [here](https://python.datasciencebook.ca/pull${{ github.event.number }}/index.html)
49+
* Current `main` deploy preview available [here](https://python.datasciencebook.ca/dev/index.html)

0 commit comments

Comments
 (0)