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
.github/workflows/distribute_build.yml:80:22: value "false" in "exclude" does not exist in matrix "isdebug" combinations. possible values are "${{ contains(fromJson('[\"Debug\", \"Both\"]'), inputs.buildType) }}" [matrix]
|
80 | - isDebug: false
| ^~~~~
.github/workflows/distribute_build.yml:82:24: value "false" in "exclude" does not exist in matrix "isrelease" combinations. possible values are "${{ contains(fromJson('[\"Release\", \"Both\"]'), inputs.buildType) }}" [matrix]
|
82 | - isRelease: false
| ^~~~~
Seems like actionlint isn't evaluating the contains function to evaluate to a boolean.
The text was updated successfully, but these errors were encountered:
Running
actionlint
versionGiven these steps
Returns the following error
Seems like actionlint isn't evaluating the
contains
function to evaluate to a boolean.The text was updated successfully, but these errors were encountered: