File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -343,7 +343,7 @@ jobs:
343
343
"pr_number": "'"${{ env.PR_NUMBER }}"'",
344
344
"pr_url": "'"${{ env.PR_URL }}"'",
345
345
"pr_title": "'"${{ env.PR_TITLE }}"'",
346
- "pr_access_url": "'"${{ env.PR_DEPLOYMENT_ACCESS_URL }}"'",
346
+ "pr_access_url": "'"https:// ${{ env.PR_DEPLOYMENT_ACCESS_URL }}"'",
347
347
"pr_username": "'"pr${{ env.PR_NUMBER }}"'",
348
348
"pr_email": "'"pr${{ env.PR_NUMBER }}@coder.com"'",
349
349
"pr_password": "'"${{ steps.setup_deployment.outputs.password }}"'",
@@ -371,6 +371,6 @@ jobs:
371
371
comment-id : ${{ steps.fc.outputs.comment-id }}
372
372
body : |
373
373
:heavy_check_mark: Deployed PR ${{ env.PR_NUMBER }} successfully.
374
- :rocket: Access the deployment link [here](${{ env.PR_DEPLOYMENT_ACCESS_URL }}).
374
+ :rocket: Access the deployment link [here](https:// ${{ env.PR_DEPLOYMENT_ACCESS_URL }}).
375
375
:warning: This deployment will be deleted when the PR is closed.
376
376
reactions : rocket
You can’t perform that action at this time.
0 commit comments