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 3bbc314 commit 129caf5Copy full SHA for 129caf5
.github/workflows/surge-deploy-preview.yml
@@ -41,8 +41,8 @@ jobs:
41
github-token: ${{ secrets.GITHUB_TOKEN }}
42
pr-number: ${{ steps.pr.outputs.id }}
43
body: |
44
- 🚀 PR Preview for **blog** ${{ github.sha }} has been successfully built!
45
- * https://netobserv-io-blog-${{ steps.pr.outputs.id }}-preview.surge.sh
+ 🚀 PR Preview for netobserv.io has been successfully deployed!
+ It's available at https://netobserv-io-blog-${{ steps.pr.outputs.id }}-preview.surge.sh and will be removed when the PR closes.
46
body-marker: <!-- Preview status comment marker -->
47
48
- name: Update PR status comment on failure
0 commit comments