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 1dadd50 commit 59d99dcCopy full SHA for 59d99dc
.github/workflows/pr-deploy.yaml
@@ -237,9 +237,12 @@ jobs:
237
comment-id: ${{ steps.fc.outputs.comment-id }}
238
body: |
239
:heavy_check_mark: Deployed PR ${{ env.PR_NUMBER }} successfully.
240
- :rocket: Access the deployment link [here](https://codercom.slack.com/archives/C05DNE982E8).
+ :rocket: Access the deployment link [here](${{ env.PR_DEPLOYMENT_ACCESS_URL }}
241
:warning: This deployment will be deleted when the PR is closed.
242
reactions: rocket
243
+ env:
244
+ PR_DEPLOYMENT_ACCESS_URL: "https://pr${{ env.PR_NUMBER }}.${{ secrets.PR_DEPLOYMENTS_DOMAIN }}"
245
+
246
247
env:
248
PR_DEPLOYMENT_ACCESS_URL: "https://pr${{ env.PR_NUMBER }}.${{ secrets.PR_DEPLOYMENTS_DOMAIN }}"
0 commit comments