diff --git a/bucket/bottom-nightly.json b/bucket/bottom-nightly.json index 38772420975..2f2e300c633 100644 --- a/bucket/bottom-nightly.json +++ b/bucket/bottom-nightly.json @@ -15,7 +15,7 @@ }, "bin": "btm.exe", "checkver": { - "url": "https://api.github.com/repositories/205042455/actions/workflows/nightly.yml/runs?branch=master&status=success", + "url": "https://api.github.com/repositories/205042455/actions/workflows/nightly.yml/runs?status=success", "jsonpath": "$.workflow_runs[0].id" }, "autoupdate": { diff --git a/bucket/freac-continuous.json b/bucket/freac-continuous.json index def36d2d1b5..8755f945e18 100644 --- a/bucket/freac-continuous.json +++ b/bucket/freac-continuous.json @@ -31,7 +31,7 @@ ], "persist": "freac.xml", "checkver": { - "url": "https://api.github.com/repositories/100884109/actions/workflows/continuous-build-windows.yml/runs?branch=master&status=success", + "url": "https://api.github.com/repositories/100884109/actions/workflows/continuous-build-windows.yml/runs?status=success", "jsonpath": "$.workflow_runs[0].id" }, "autoupdate": { diff --git a/bucket/prismlauncher-git.json b/bucket/prismlauncher-git.json index d33c48174e0..3d24bed33bd 100644 --- a/bucket/prismlauncher-git.json +++ b/bucket/prismlauncher-git.json @@ -31,7 +31,7 @@ ] ], "checkver": { - "url": "https://api.github.com/repositories/553135896/actions/workflows/trigger_builds.yml/runs?branch=develop&status=success", + "url": "https://api.github.com/repositories/553135896/actions/workflows/trigger_builds.yml/runs?status=success", "jsonpath": "$.workflow_runs[0].head_sha", "regex": "(?\\A[a-f\\d]{0,7})", "replace": "7.0-${sha}" diff --git a/bucket/strawberry-nightly.json b/bucket/strawberry-nightly.json index 8ad7ed3f02a..b737a40d15e 100644 --- a/bucket/strawberry-nightly.json +++ b/bucket/strawberry-nightly.json @@ -26,7 +26,7 @@ ] ], "checkver": { - "url": "https://api.github.com/repositories/28609243/actions/workflows/build.yml/runs?branch=master&status=success", + "url": "https://api.github.com/repositories/28609243/actions/workflows/build.yml/runs?status=success", "jsonpath": "$.workflow_runs[0].id" }, "autoupdate": {