Skip to content

[BUG] workflow: unresolved placeholders in check.yml break runnable flow #18

@JuanVqz

Description

@JuanVqz

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

  1. No unresolved placeholder literals remain in executable workflow steps.
  2. Workflow can run successfully when dispatched.

Definition of Done

  1. Fix merged.
  2. Tests/validation updated as needed.
  3. Ticket linked to PR.

References

  • .github/workflows/check.yml

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions