mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-05-10 10:44:19 +00:00
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. |
||
---|---|---|
.. | ||
github.ts | ||
main.ts | ||
util.ts |