()
| 320 | s.stop("Installed GitHub app") |
| 321 | |
| 322 | async function getInstallation() { |
| 323 | return await fetch(`https://api.opencode.ai/get_github_app_installation?owner=${app.owner}&repo=${app.repo}`) |
| 324 | .then((res) => res.json()) |
| 325 | .then((data) => data.installation) |
| 326 | } |
| 327 | } |
| 328 | |
| 329 | async function addWorkflowFiles() { |
no test coverage detected