Type
Bug
Priority
P2
Severity
Medium
Component
workflow
Description
The workflow file includes unresolved placeholders (RUBY_VERSION, BUNDLER_VERSION, _BUNDLER_VERSION_) in executable steps.
Environment
- Repo: railsbump/checker
- Workflow: .github/workflows/check.yml
Actual Result
Workflow is not runnable as a real check pipeline with placeholders left as literals.
Expected Result
All workflow runtime values are concrete or interpolated from inputs/secrets.
Impact/Risk
Confusing and non-functional workflow execution path.
Acceptance Criteria
- No unresolved placeholder literals remain in executable workflow steps.
- Workflow can run successfully when dispatched.
Definition of Done
- Fix merged.
- Tests/validation updated as needed.
- Ticket linked to PR.
References
- .github/workflows/check.yml
Type
Bug
Priority
P2
Severity
Medium
Component
workflow
Description
The workflow file includes unresolved placeholders (
RUBY_VERSION,BUNDLER_VERSION,_BUNDLER_VERSION_) in executable steps.Environment
Actual Result
Workflow is not runnable as a real check pipeline with placeholders left as literals.
Expected Result
All workflow runtime values are concrete or interpolated from inputs/secrets.
Impact/Risk
Confusing and non-functional workflow execution path.
Acceptance Criteria
Definition of Done
References