Skip to content

Commit

Permalink
bottom-nightly: Fix checkver branch
Browse files Browse the repository at this point in the history
freac-continuous: Use default branch
prismlauncher-git: Use default branch
strawberry-nightly: Use default branch
  • Loading branch information
brian6932 committed May 12, 2024
1 parent c98428a commit 23cdc1e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bucket/bottom-nightly.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion bucket/freac-continuous.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion bucket/prismlauncher-git.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "(?<sha>\\A[a-f\\d]{0,7})",
"replace": "7.0-${sha}"
Expand Down
2 changes: 1 addition & 1 deletion bucket/strawberry-nightly.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 23cdc1e

Please sign in to comment.