Fix install workflow repository context - #134
Conversation
|
Caution The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe install script test workflow now derives ChangesInstall version verification
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
|
Caution The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased. |
Summary
gh release viewcommand toProxySQL/dbdeployer.Root cause
The workflow runs without
actions/checkout, so GitHub CLI has no local repository context. The unqualifiedgh release viewcommand therefore failed before comparing the installed version.Validation
gh release view --repo ProxySQL/dbdeployer --json tagName --jq '.tagName'succeeds and returnsv2.3.0..github/workflows/install_script_test.ymlsuccessfully.git diff --checkpasses.Summary by CodeRabbit