filecoin-project / lotus-infra

1 stars 0 forks source link

Fix `--check` flag always set in upgrade binaries #1605

Closed masih closed 3 months ago

masih commented 3 months ago

When input is read from github.events it looks like boolean type is not respected: everything is string. Use inputs from context instead now that it is available in jobs triggered by workflow dispatch.

See: