Skip to content

Commit e76c683

Browse files
committed
change username
1 parent 41c9d70 commit e76c683

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pr-deploy.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ jobs:
315315
echo "password=$password" >> $GITHUB_OUTPUT
316316
317317
coder login \
318-
--first-user-username pr${{ env.PR_NUMBER }} \
318+
--first-user-username test \
319319
--first-user-email pr${{ env.PR_NUMBER }}@coder.com \
320320
--first-user-password $password \
321321
--first-user-trial \
@@ -332,8 +332,8 @@ jobs:
332332
home_disk_size: "2"
333333
EOF
334334
335-
coder create --template="kubernetes" pr${{ env.PR_NUMBER }} --rich-parameter-file ./workspace.yaml -y
336-
coder stop pr${{ env.PR_NUMBER }} -y
335+
coder create --template="kubernetes" test --rich-parameter-file ./workspace.yaml -y
336+
coder stop test -y
337337
338338
- name: Send Slack notification
339339
run: |
@@ -344,7 +344,7 @@ jobs:
344344
"pr_url": "'"${{ env.PR_URL }}"'",
345345
"pr_title": "'"${{ env.PR_TITLE }}"'",
346346
"pr_access_url": "'"https://${{ env.PR_DEPLOYMENT_ACCESS_URL }}"'",
347-
"pr_username": "'"pr${{ env.PR_NUMBER }}"'",
347+
"pr_username": "'"test"'",
348348
"pr_email": "'"pr${{ env.PR_NUMBER }}@coder.com"'",
349349
"pr_password": "'"${{ steps.setup_deployment.outputs.password }}"'",
350350
"pr_actor": "'"${{ github.actor }}"'"

0 commit comments

Comments
 (0)