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
When deciding which runner to use in runs-on, using a single string would allow us to avoid using fromJSON, which currently makes the expression hard to read.
When deciding which runner to use in
runs-on, using a single string would allow us to avoid usingfromJSON, which currently makes the expression hard to read.