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 d7e06da commit dd53267Copy full SHA for dd53267
.github/workflows/deploy_pr_preview.yml
@@ -44,7 +44,6 @@ jobs:
44
uses: mshick/[email protected]
45
with:
46
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
+ Hello! I've built a preview of your PR so that you can compare it to the current `main` branch.
+ * PR deploy preview available [here](https://python.datasciencebook.ca/pull${{ github.event.number }}/index.html)
+ * Current `main` deploy preview available [here](https://python.datasciencebook.ca/dev/index.html)
0 commit comments