fix env vars in workflows#3135
Conversation
WalkthroughThree GitHub Actions workflow files are refactored to consolidate how NX_* environment variables are set. Instead of inline shell assignments or echoing to $GITHUB_ENV, these variables are now declared using explicit env blocks within their respective steps. One workflow also updates a Git SHA reference to use the native Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested labels
Poem
Pre-merge checks✅ Passed checks (3 passed)
📜 Recent review detailsConfiguration used: Repository UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (3)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (5)
🔇 Additional comments (3)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
[zzz-frontend] [Fri Jan 2 20:15:58 UTC 2026] - Deployed a624983 to https://genshin-optimizer-prs.github.io/pr/3135/zzz-frontend (Takes 3-5 minutes after this completes to be available) [frontend] [Fri Jan 2 20:16:13 UTC 2026] - Deployed a624983 to https://genshin-optimizer-prs.github.io/pr/3135/frontend (Takes 3-5 minutes after this completes to be available) [sr-frontend] [Fri Jan 2 20:16:39 UTC 2026] - Deployed a624983 to https://genshin-optimizer-prs.github.io/pr/3135/sr-frontend (Takes 3-5 minutes after this completes to be available) [Sat Jan 3 01:48:48 UTC 2026] - Deleted deployment |
Describe your changes
Update workflow to apply env vars per step. The current
echomethod seems to lag behind.Issue or discord link
Testing/validation
Checklist before requesting a review (leave this PR as draft if any part of this list is not done.)
yarn run mini-cilocally to validate format and lint.Summary by CodeRabbit
Release Notes
✏️ Tip: You can customize this high-level summary in your review settings.