We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dc3c99 commit a611b89Copy full SHA for a611b89
.github/workflows/pr-deploy.yaml
@@ -259,7 +259,7 @@ jobs:
259
echo "password=$password" >> $GITHUB_OUTPUT
260
261
/home/runner/coder login \
262
- --first-user-username ${{ env.PR_NUMBER }} \
+ --first-user-username pr${{ env.PR_NUMBER }} \
263
--first-user-email ${{ env.PR_NUMBER }}@coder.com \
264
--first-user-password $password \
265
--first-user-trial \
0 commit comments