diff options
-rw-r--r-- | .github/workflows/self-hosted-runner-select.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/self-hosted-runner-select.yml b/.github/workflows/self-hosted-runner-select.yml index bfb6d2ad96c..2bd547253fc 100644 --- a/.github/workflows/self-hosted-runner-select.yml +++ b/.github/workflows/self-hosted-runner-select.yml @@ -79,7 +79,7 @@ jobs: # Use the monitor API to reserve a runner. If we get an object with # runner details, we succeeded. If we get null, we failed. - take_runner_url=$monitor_api_base_url/$self_hosted_image_name/$unique_id/${{ github.repository }}/${{ github.run_id }} + take_runner_url=$monitor_api_base_url/profile/$self_hosted_image_name/take\?unique_id=$unique_id\&qualified_repo=${{ github.repository }}\&run_id=${{ github.run_id }} result=$(mktemp) echo echo POST "$take_runner_url" |