Skip to content

fix: Remove GH var interpolation in action.yml docstring - #783

Merged
EndBug merged 2 commits into
EndBug:mainfrom
dzcode:dzcode/context-var-fix
Aug 19, 2026
Merged

fix: Remove GH var interpolation in action.yml docstring#783
EndBug merged 2 commits into
EndBug:mainfrom
dzcode:dzcode/context-var-fix

Conversation

@dzcode

@dzcode dzcode commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

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

  • Documentation
    • Clarified the cwd input description by referencing the github.workspace context and README for usage guidance.

@dzcode
dzcode marked this pull request as draft August 18, 2026 23:27
@coderabbitai

coderabbitai Bot commented Aug 18, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: cf17de4b-de88-4cee-830c-7e810194120f

📥 Commits

Reviewing files that changed from the base of the PR and between 7b15ca4 and 95b072e.

📒 Files selected for processing (1)
  • action.yml
🚧 Files skipped from review as they are similar to previous changes (1)
  • action.yml

Included review availability: Your plan provides up to 4 included reviews per hour; 2 remain after this review.


📝 Walkthrough

Walkthrough

The cwd input description now references the github.workspace context and README. Repository path behavior remains unchanged.

Changes

cwd input documentation

Layer / File(s) Summary
Clarify cwd path resolution
action.yml
The cwd input description references the github.workspace context and README. Existing path behavior remains unchanged.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Merge Risk: ⚪ Minimal · up to 95b07

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)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly describes the main change: removing GitHub variable interpolation from the action.yml docstring.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@dzcode
dzcode marked this pull request as ready for review August 18, 2026 23:32
@EndBug
EndBug enabled auto-merge (squash) August 19, 2026 14:44
@EndBug
EndBug merged commit b0ca327 into EndBug:main Aug 19, 2026
8 checks passed
@EndBug EndBug linked an issue Aug 19, 2026 that may be closed by this pull request
B4nan added a commit to apify/crawlee that referenced this pull request Aug 20, 2026
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unrecognized named-value: 'github' error

2 participants