action-depup
action-depup copied to clipboard
Support multiple files in single action
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.
PR is welcome.
Maybe it's not an ideal solution, but have you tried to use GitHub Action matrix feature?