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 7679776 commit 2d3c5acCopy full SHA for 2d3c5ac
.github/workflows/deploy-pr.yml
@@ -100,8 +100,9 @@ jobs:
100
comment-tag: 'pr-preview'
101
create-if-not-exists: 'true'
102
message: |
103
- ⚙️ Preview environment for PR #${{ env.PR_ID }} is available at:
104
- https://pr-${{ env.PR_ID }}.${{ env.APP_NAME }}.coderamp.dev/
+ 🌐 [Preview environment](https://pr-${{ env.PR_ID }}.${{ env.APP_NAME }}.coderamp.dev/) for PR #${{ env.PR_ID }}
+
105
+ 📊 [Log viewer](https://app.datadoghq.eu/logs?query=kube_namespace%3Aprs-gitingest%20version%3Apr-${{ env.PR_ID }})
106
107
remove-pr-env:
108
if: >-
0 commit comments