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
{{ message }}
This repository was archived by the owner on Oct 17, 2021. It is now read-only.
I was wondering if there is a way to define multiple directories as inputs parameter; unfortunately, it seems like Github actions do not support arrays, I have tried this approach, but for obvious reasons that did not work either.
One workaround (as mentioned here) would be to parse inputs with space as a delimiter. If that seems like worth the effort, I can try to have a look.