fix: Remove GH var interpolation in action.yml docstring - #783
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
Included review availability: Your plan provides up to 4 included reviews per hour; 2 remain after this review. 📝 WalkthroughWalkthroughThe Changescwd input documentation
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This is a localized documentation-only change with no actionable merge-blocking risk remaining beyond normal checks and review. Possibly related PRs
🚥 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 |
This pins every third-party action in our workflows to a full commit SHA, keeping the resolved version tag as a trailing comment. Renovate understands that convention and updates the SHA and comment together. The trigger: yesterday the `v11` tag of `EndBug/add-and-commit` moved to the broken v11.1.0 release, whose `action.yml` fails to load (`Unrecognized named-value: 'github'`), which killed our publish workflow ([failed run](https://github.com/apify/crawlee/actions/runs/32255557318)). With SHA pins, a tag moving under us, by accident or by compromise, can't break or hijack CI anymore. `EndBug/add-and-commit` is pinned to v11.0.0, the last working release; the upstream fix is pending in EndBug/add-and-commit#783. Own-org references (`apify/workflows`, `apify/actions`, `apify/setup-apify-cli-action`) stay on floating refs on purpose, since we control those repos.
Fix for #782. This removes the unintentional GH variable interpolation from a docstring that was causing the action parsing to fail at runtime.
Summary by CodeRabbit
cwdinput description by referencing thegithub.workspacecontext and README for usage guidance.