Skip to content

Commit 6bd5c80

Browse files
committed
fix info in slack notification
1 parent 198c429 commit 6bd5c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ jobs:
343343
"pr_title": "'"${{ env.PR_TITLE }}"'",
344344
"pr_access_url": "'"${{ env.PR_DEPLOYMENT_ACCESS_URL }}"'",
345345
"pr_username": "'"pr${{ env.PR_NUMBER }}"'",
346-
"pr_email": "'"${{ env.PR_NUMBER }}@coder.com"'",
346+
"pr_email": "'"pr${{ env.PR_NUMBER }}@coder.com"'",
347347
"pr_password": "'"${{ steps.setup_deployment.outputs.password }}"'",
348348
"pr_actor": "'"${{ github.actor }}"'"
349349
}' \

0 commit comments

Comments
 (0)