action-depup icon indicating copy to clipboard operation
action-depup copied to clipboard

Support multiple files in single action

Open TimJones opened this issue 4 years ago • 2 comments

If I have a single dependency configured in multiple files (i.e. a static site built using Hugo & deployed using Netlify) each need to be specified in separate steps which result in a longer build time. It would be awesome if the file input were optional and an options files list input added, so the process could loop on all files needed.

TimJones avatar Jan 02 '22 18:01 TimJones

PR is welcome.

haya14busa avatar Jan 03 '22 08:01 haya14busa

Maybe it's not an ideal solution, but have you tried to use GitHub Action matrix feature?

skarzi avatar Sep 03 '22 15:09 skarzi