Skip to content
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

Use core.getBooleanInput() to retrieve boolean input values #223

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

Yang-33
Copy link
Contributor

@Yang-33 Yang-33 commented Mar 29, 2025

This PR switches from evaluating values passed to skip-token-revoke as true if they are truthy in JavaScript, to using getBooleanInput. This change ensures that only proper YAML boolean values are recognized, preventing unintended evaluations to true.

The documentation states, "If truthy, the token will not be revoked when the current job is complete", so this change could be considered a breaking change. This means that if there are users who rely on truthy and expect values like whitespace or "false" to be evaluated as true (though this is likely rare), it would be a breaking change.

  • Boolean(" ") and Boolean("false") are both evaluated as true.

Alternatively, it can simply be considered a fix. How to handle this is up to the maintainer.

Resolve #216

@Yang-33 Yang-33 requested a review from a team as a code owner March 29, 2025 14:07
@Yang-33 Yang-33 marked this pull request as draft March 29, 2025 14:09
@Yang-33 Yang-33 closed this Mar 29, 2025
@Yang-33 Yang-33 reopened this Mar 29, 2025
@Yang-33 Yang-33 marked this pull request as ready for review March 29, 2025 15:11
Yang-33 added 2 commits April 4, 2025 13:14
@Yang-33
Copy link
Contributor Author

Yang-33 commented Apr 4, 2025

@parkerbxyz PTAL~

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.

use core.getBooleanInput() to retrieve boolean input values
1 participant