Skip to content

Commit a611b89

Browse files
committed
change username to prnumber
1 parent 8dc3c99 commit a611b89

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
@@ -259,7 +259,7 @@ jobs:
259259
echo "password=$password" >> $GITHUB_OUTPUT
260260
261261
/home/runner/coder login \
262-
--first-user-username ${{ env.PR_NUMBER }} \
262+
--first-user-username pr${{ env.PR_NUMBER }} \
263263
--first-user-email ${{ env.PR_NUMBER }}@coder.com \
264264
--first-user-password $password \
265265
--first-user-trial \

0 commit comments

Comments
 (0)