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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d9c8501
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe add
type: boolean
for the input then useif: inputs.no-pull
? I stole it from https://github.com/smallstep/workflows/blob/0c61a5ee4d6f89b4c6a51bec6cf2ae1e0a34737f/.github/workflows/goCI.ymld9c8501
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@invis-z Yeah just noticed, but according to this StackOverflow response the type does not exist.
We'll have to revert to strings I guess 😢
See #218.
d9c8501
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, you are right, just learned that these
inputs
are not same.