Skip to content

Commit 41c9d70

Browse files
committed
fix credentials output
1 parent 27f37ce commit 41c9d70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ jobs:
343343
"pr_number": "'"${{ env.PR_NUMBER }}"'",
344344
"pr_url": "'"${{ env.PR_URL }}"'",
345345
"pr_title": "'"${{ env.PR_TITLE }}"'",
346-
"pr_access_url": "'"${{ env.PR_DEPLOYMENT_ACCESS_URL }}"'",
346+
"pr_access_url": "'"https://${{ env.PR_DEPLOYMENT_ACCESS_URL }}"'",
347347
"pr_username": "'"pr${{ env.PR_NUMBER }}"'",
348348
"pr_email": "'"pr${{ env.PR_NUMBER }}@coder.com"'",
349349
"pr_password": "'"${{ steps.setup_deployment.outputs.password }}"'",
@@ -371,6 +371,6 @@ jobs:
371371
comment-id: ${{ steps.fc.outputs.comment-id }}
372372
body: |
373373
: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 }}).
375375
:warning: This deployment will be deleted when the PR is closed.
376376
reactions: rocket

0 commit comments

Comments
 (0)