You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): Correct boolean comparison in check-version action (#15105)
The `inputs.diff-search == false` comparison always evaluated to `false`
because composite action inputs are strings, not booleans.
> actions/runner#2238
This caused `static-checking` to be set to an empty string instead of
`'localIsNew'`, making version-check fall back to commit history search
mode and fail to detect version changes.
0 commit comments