Skip to content

Commit 3bd1631

Browse files
committed
add actor
1 parent a611b89 commit 3bd1631

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pr-deploy.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,8 @@ jobs:
287287
"pr_url": "'"${{ env.PR_URL }}"'",
288288
"pr_title": "'"${{ env.PR_TITLE }}"'",
289289
"pr_access_url": "'"${{ env.PR_DEPLOYMENT_ACCESS_URL }}"'",
290-
"pr_username": "'"${{ env.PR_NUMBER }}"'",
290+
"pr_actor": "'"${{ github.actor }}"'
291+
"pr_username": "'"pr${{ env.PR_NUMBER }}"'",
291292
"pr_email": "'"${{ env.PR_NUMBER }}@coder.com"'",
292293
"pr_password": "'"${{ steps.setup_deployment.outputs.password }}"'" }' ${{ secrets.PR_DEPLOYMENTS_SLACK_WEBHOOK }}
293294
echo "Slack notification sent"

0 commit comments

Comments
 (0)