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: address workflow code smell with boolean inputs.
Resolves one github gotcha with boolean input parameters.
Now workflow parameters are enforced to be strings so we don't
have to deal with several ways of evaluating whether something is true
or false.
Chore: enforced consistent formatting standards for github annotations and expressions.
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
0 commit comments