Rebuild.
This commit is contained in:
@@ -90203,7 +90203,7 @@ var repo = context2.repo.repo;
|
||||
async function getCommitDiff(commitSha) {
|
||||
if (PLATFORM === "gitea" || PLATFORM === "forgejo") {
|
||||
try {
|
||||
const diffResponse2 = await giteaClient.repository.repoDownloadCommitDiffOrPatch({
|
||||
const diffResponse2 = await giteaClient.repoDownloadCommitDiffOrPatch({
|
||||
owner,
|
||||
repo,
|
||||
sha: commitSha,
|
||||
|
||||
Reference in New Issue
Block a user