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
so, coming back to this, sorry i can't pay more attention to this at the present... but looking at your source code - could it help if you pass the exclude-glob param, even if it's empty? basically as you are already doing with glob.
it should just receive an empty string value for exclude-glob, and it's the same thing as not passing it. So technically, that should resolve this issue.
So I'm writing some scripts and for some reason argument parsing is really difficult.
So looking at this code https://github.com/chaosaffe/split-tests/blob/main/action.yml#L61 for some reason the environment variables aren't parsed correctly. Specifically
$EXCLUDE_GLOB
I have to eval them like this https://github.com/ryanong/split-tests/blob/patch-1/action.yml#L61 in order for the arguments to get consumed correctly. I have tried turning the arguments into a bash array but to application still messes up.
example broken code of array
The text was updated successfully, but these errors were encountered: