Skip to content

fix(ci): step-name colon made build/deploy workflows invalid YAML - #124

Merged
ronaldtse merged 1 commit into
mainfrom
fix/ci-clone-step-name
Aug 25, 2026
Merged

fix(ci): step-name colon made build/deploy workflows invalid YAML#124
ronaldtse merged 1 commit into
mainfrom
fix/ci-clone-step-name

Conversation

@ronaldtse

Copy link
Copy Markdown
Contributor

Summary

  • both site workflows were invalid YAML: the step name "Clone interscript-ts (file: dependency)" contains a colon+space, which is illegal inside a plain scalar
  • consequence: build/deploy never ran anywhere (no PR checks, failed main pushes with 0 jobs) — the v2 cutover deploy on main has been failing since PR feat: migrate site to Astro 7 + Vite 8 + Tailwind 4 + Vue 3 #119 merged
  • rename to "(file dependency)"; workflows validate with a YAML parser

Test plan

  • build check appears and passes on this PR
  • deploy runs green on main after merge

@ronaldtse
ronaldtse merged commit d4afb0b into main Aug 25, 2026
4 checks passed
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