Skip to content

fix: use YAML 1.2 boolean for setup-vp cache input#24

Closed
fadi-george wants to merge 1 commit intomainfrom
fix/yaml-boolean-cache
Closed

fix: use YAML 1.2 boolean for setup-vp cache input#24
fadi-george wants to merge 1 commit intomainfrom
fix/yaml-boolean-cache

Conversation

@fadi-george
Copy link
Contributor

Summary

  • Changes cache: yes to cache: true in the wrapper-js-ci.yml shared workflow
  • yes is not a valid boolean in YAML 1.2 (which GitHub Actions uses), causing the "Set up Vite+" step to fail with: Input does not meet YAML 1.2 "Core Schema" specification
  • Fixes CI for repos using toolchain: vite-plus (e.g. onesignal-expo-plugin#291)

Test plan

  • Re-run CI on onesignal-expo-plugin#291 after merging

Made with Cursor

`yes` is not a valid boolean in YAML 1.2 (used by GitHub Actions).
Only `true/false` variants are accepted, causing CI failures for
repos using the vite-plus toolchain.

Made-with: Cursor
@fadi-george fadi-george requested a review from a team as a code owner March 20, 2026 23:01
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