Closed oldking139 closed 6 months ago
Previously the script using different variable name: runnergroup for user input and runner_group for inner-script conditions; Which makes the runner group of windows runners' to be Default all time, no matter what we input in flag.
runnergroup
runner_group
Default
Tested on our GHES environment. Works correctly.
Thank you for catching this!
Previously the script using different variable name:
runnergroup
for user input andrunner_group
for inner-script conditions; Which makes the runner group of windows runners' to beDefault
all time, no matter what we input in flag.Tested on our GHES environment. Works correctly.