Skip to content

Commit 2ed44c8

Browse files
committed
set first-user-trial to false in deploy-pr workflow
1 parent af7cf3b commit 2ed44c8

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
@@ -410,7 +410,7 @@ jobs:
410410
--first-user-username coder \
411411
--first-user-email pr${{ env.PR_NUMBER }}@coder.com \
412412
--first-user-password $password \
413-
--first-user-trial \
413+
--first-user-trial=false \
414414
--use-token-as-session \
415415
https://${{ env.PR_HOSTNAME }}
416416

0 commit comments

Comments
 (0)