| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Follow-up to #2889. The deploy-canary workflow (only runs on `main`) failed on merge: https://github.com/npmx-dev/npmx.dev/actions/runs/27503413651/job/81290268327. The version needs to be specified without the `v` prefix. This isn't well documented, but you can see it here: https://github.com/SocketDev/action/blob/ba6de6cc0565af1f42295590380973573297e31f/src/tools/firewall.js#L47.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Sorry, something went wrong.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 010135f4-5548-4312-83c1-c396c0e7faf7 📥 CommitsReviewing files that changed from the base of the PR and between 17b86f6 and 007d21f. 📒 Files selected for processing (1)
📝 Walkthrough Summary by CodeRabbit
WalkthroughThe canary deployment workflow is updated to pass 1.12.0 instead of v1.12.0 as the firewall-version input to the SocketDev action, removing the leading v prefix. An adjacent comment is added to document that this input expects a version string without a v prefix. ChangesCanary Workflow Version Format Fix
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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. ❤️ ShareComment @coderabbitai help to get the list of available commands and usage tips. |
Sorry, something went wrong.
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Sorry, something went wrong.
There was a problem hiding this comment.
Sorry for not catching that.
Thanks for the quick fix.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
🔗 Linked issue
N/A
🧭 Context
Follow-up to #2889.
The deploy-canary workflow (only runs on main) failed on merge: https://github.com/npmx-dev/npmx.dev/actions/runs/27503413651/job/81290268327.
The version needs to be specified without the v prefix.
This isn't well documented, but you can see it here: https://github.com/SocketDev/action/blob/ba6de6cc0565af1f42295590380973573297e31f/src/tools/firewall.js#L47.
📚 Description
Remove v prefix