mirror of
https://github.com/softprops/action-gh-release.git
synced 2026-05-07 02:42:02 +08:00
e985949726
When the input `input_files` is not defined, the `config.input_files` will default to an empty array, which always evaluate to true - that was triggering a warning like "hey man, the value you inputted on `input_files` didn't yield any files", which is logically wrong if `input_files` isn't explicitly defined.