Skip to content

Fix expected step name in spring-release-train-project-ready validation#4

Merged
ryanjbaxter merged 1 commit into
mainfrom
fix-project-ready-expected-step-name
Jul 20, 2026
Merged

Fix expected step name in spring-release-train-project-ready validation#4
ryanjbaxter merged 1 commit into
mainfrom
fix-project-ready-expected-step-name

Conversation

@ryanjbaxter

Copy link
Copy Markdown
Contributor

The Validate action.yml job in test-spring-release-train-project-ready.yml failed with:

❌ Missing expected step: Commit and push release version changes

The action's step was renamed from Commit and push release version changesCommit and push changes (spring-release-train-project-ready/action.yml:128 — it now also deletes CI/PR workflows, so it commits more than just version changes), but the validator's expectedSteps list still checked the old name.

This updates the expected step name to match. Verified against the current action.yml — all other expected steps (Checkout project release branch, Update project versions, Verify no snapshot versions, Trigger release-train-ready workflow) still match.

Failing run: https://github.com/spring-cloud/spring-cloud-github-actions/actions/runs/29770906119

The action's step was renamed from 'Commit and push release version
changes' to 'Commit and push changes', but the action.yml validation in
the test workflow still expected the old name, so it failed with
'Missing expected step'. Update the expected step name to match.

Signed-off-by: Ryan Baxter <rbaxter85@gmail.com>
@ryanjbaxter
ryanjbaxter merged commit 35da384 into main Jul 20, 2026
3 checks passed
@ryanjbaxter
ryanjbaxter deleted the fix-project-ready-expected-step-name branch July 20, 2026 19:29
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.

1 participant