Skip to content

fix(ci): correct WASM action input name from 'cate' to 'crate'#80

Closed
watson wants to merge 1 commit intomainfrom
watson/gh-action-typo
Closed

fix(ci): correct WASM action input name from 'cate' to 'crate'#80
watson wants to merge 1 commit intomainfrom
watson/gh-action-typo

Conversation

@watson
Copy link
Copy Markdown
Contributor

@watson watson commented Mar 3, 2026

Summary

Fixes a typo in the Build/Test WASM composite action so the input name matches what the workflow passes.

What changed

  • .github/actions/build-test-wasm/action.yaml: Renamed the action input from cate to crate.

build.yml and release.yml already pass crate: '${{ matrix.crate }}' when calling this action. With the wrong input name (cate), the action would not receive the crate name and the WASM build/test steps would fail or behave incorrectly. This change aligns the action’s input with its callers.

Typo in build-test-wasm composite action input.
@watson watson requested review from a team as code owners March 3, 2026 09:36
Copy link
Copy Markdown
Contributor Author

watson commented Mar 3, 2026

This stack of pull requests is managed by Graphite. Learn more about stacking.

@szegedi
Copy link
Copy Markdown
Contributor

szegedi commented Mar 3, 2026

Oh, I already did this in #69 just forgot to merge it – did it now.

@watson watson closed this Mar 3, 2026
@watson watson deleted the watson/gh-action-typo branch March 3, 2026 10:18
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.

2 participants