Uh oh!
There was an error while loading. Please reload this page.
Use core.getBooleanInput() to resolve include-prerelease option - #250
Conversation
vsafonkin
commented
Dec 6, 2021
Hi @nogic1008, could you please revert the lines in |
vsafonkin
commented
Dec 23, 2021
@nogic1008 , could you update your branch from main to fix license issue? |
nogic1008
commented
Dec 26, 2021
@vsafonkin rebased. |
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
nogic1008
commented
Jul 22, 2022
I'm sorry to have staled this PR. |
| include-prerelease: | ||
| description: 'Whether prerelease versions should be matched with non-exact versions (for example 5.0.0-preview.6 being matched by 5, 5.0, 5.x or 5.0.x). Defaults to false if not provided.' | ||
| required: False | ||
| default: 'false' |
There was a problem hiding this comment.
Could you please remove single quotes ?
There was a problem hiding this comment.
@dmitry-shibanov
GitHub Action schema warns this should be string. Should I still remove the quotes?
There was a problem hiding this comment.
I think it should be okay, because we use the similar approach for setup-node https://github.com/actions/setup-node/blob/main/action.yml#L16. But I think you can keep this variant due to the parsing logic of runner.
Description:
getBooleanInput()function was added since @actions/core@1.3.0 (actions/toolkit#725).This PR uses it to reduce code path.
include-prereleaseset invalid value.Related issue:
None.
Check list: