un-ts / changesets-gitlab

GitLab CI cli for changesets like its GitHub Action.
https://opencollective.com/unts/projects/changesets-gitlab
MIT License
93 stars 34 forks source link

INPUT_ variables need to be all uppercase to work #102

Closed e110c0 closed 1 year ago

e110c0 commented 1 year ago

when setting INPUT_ variables, the documentation states those variables are case insensitive. Turns out, they aren't INPUT_title is not working, only INPUT_TITLE is. Same for all other INPUT_ variables.

JounQin commented 1 year ago

You're right here

https://github.com/actions/toolkit/blob/457303960f03375db6f033e214b9f90d79c3fe5c/packages/core/src/core.ts#L128

Could you raise a PR to fix the typo?