-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getInput replaces only first occurrence of a space character #127
Labels
Comments
Fixed will be in next release which should go out in the next day or two |
I confirm it's fixed and available in v1.1.1 |
Thanks! |
worldlight425
added a commit
to worldlight425/toolkit
that referenced
this issue
Feb 22, 2023
… (#129) * actions/toolkit#127: getInput supports variables with multiple spaces * actions/toolkit#127: PR comment, update changelog
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
getInput function in
@actions/core
package only replaces the first occurrence of a "space" character.e.g. 'require some value' will be transformed to 'INPUT_REQUIRE_SOME VALUE' which is wrong.
Following line
toolkit/packages/core/src/core.ts
Line 75 in 5fd70ca
The text was updated successfully, but these errors were encountered: