Skip to content

Commit 172b80f

Browse files
committed
improve comment note
1 parent 712a417 commit 172b80f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-new-env.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
: `⚠️ Validation failed for \`${envName}\``;
177177
178178
const summary = status === 'success'
179-
? 'Nice work! Validation passed. Re-run locally with:'
179+
? 'Your env passes the vibe check. However, most environments should go straight to the hub, they will automatically be added to the official Env Hub collection on a nightly basis. Environments in the official specification repo are only meant to demonstrate usage of a specific spec feature for educational purposes. Re-run locally with:'
180180
: 'Validation reported issues. Review the log and re-run locally:';
181181
182182
const envDir = 'src/envs/' + envName;

0 commit comments

Comments
 (0)