feat: github-api-url (#88)

closes #77

---------

Co-authored-by: Parker Brown <[email protected]>
This commit is contained in:
Gregor Martynus
2024-01-26 10:51:16 -08:00
committed by GitHub
co-authored by Parker Brown
parent c4fa18d55c
commit 837e2752e0
15 changed files with 107 additions and 55 deletions
@@ -17,8 +17,8 @@ await test((mockPool) => {
// Intentionally omitting the `authorization` header, since JWT creation is not idempotent.
},
})
.reply(500, 'GitHub API not available')
mockPool
.reply(500, "GitHub API not available");
mockPool
.intercept({
path: `/orgs/${process.env.INPUT_OWNER}/installation`,
method: "GET",