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
In #5 the error eluded to the runners input needing to be a string of comma separated runner ids even though that was properly provided.
The actual issue was that there was no env value set for the runner id. It appears the error handling for the comma separated string doesn't accept hyphens (-) in the runner ID, even though this seems to work with the program, so it outputs the wrong error message.
The text was updated successfully, but these errors were encountered:
In #5 the error eluded to the
runners
input needing to be a string of comma separated runner ids even though that was properly provided.The actual issue was that there was no env value set for the runner id. It appears the error handling for the comma separated string doesn't accept hyphens (
-
) in the runner ID, even though this seems to work with the program, so it outputs the wrong error message.The text was updated successfully, but these errors were encountered: