use repo name
Some checks failed
NPM Audit Check / Check NPM audit (push) Successful in -2m9s
Unit tests / Unit tests (latest) (push) Successful in -1m59s
Unit tests / Unit tests (lts/*) (push) Successful in -2m0s
Unit tests / Unit tests (lts/hydrogen) (push) Successful in -1m59s
Distribution check / Generated files check (push) Failing after -1m57s
Some checks failed
NPM Audit Check / Check NPM audit (push) Successful in -2m9s
Unit tests / Unit tests (latest) (push) Successful in -1m59s
Unit tests / Unit tests (lts/*) (push) Successful in -2m0s
Unit tests / Unit tests (lts/hydrogen) (push) Successful in -1m59s
Distribution check / Generated files check (push) Failing after -1m57s
This commit is contained in:
@@ -42,7 +42,7 @@ export async function main() {
|
|||||||
body,
|
body,
|
||||||
headers
|
headers
|
||||||
});
|
});
|
||||||
await ky.post(`${context.serverUrl}/api/v1/packages/${context.repo.owner}/arch/${pkg.package}/-/link/${pkg.package}`, { headers });
|
await ky.post(`${context.serverUrl}/api/v1/packages/${context.repo.owner}/arch/${pkg.package}/-/link/${context.repo.repo}`, { headers });
|
||||||
}
|
}
|
||||||
await deletePackages(parsedData.move, headers);
|
await deletePackages(parsedData.move, headers);
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user