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
The error is somewhat misleading, if no file: key is given:
/home/runner/work/_actions/dsaltares/fetch-gh-release-asset/master/dist/index.js:2050
throw new Error(`Input required and not supplied: ${name}`);
I rather supposed that all files would be downloaded in that case. I know that the Readme states that this parameter is required, but leaving it out would be the most intuitive way to say: download all files from a release. Or do you have a better proposal ?
The text was updated successfully, but these errors were encountered:
I think the README is pretty clear saying the option is required although I understand you may want to download all files. You can achieve that by enabling the regex option and passing a regex to file that will accept all possible file names: .*.
In any case, I will leave this issue open as an enhacement to make file optional and have the behaviour you described.
The error is somewhat misleading, if no
file:
key is given:I rather supposed that all files would be downloaded in that case. I know that the
Readme
states that this parameter is required, but leaving it out would be the most intuitive way to say: download all files from a release. Or do you have a better proposal ?The text was updated successfully, but these errors were encountered: