link package to repo
All checks were successful
Distribution check / Generated files check (push) Successful in -1m58s
NPM Audit Check / Check NPM audit (push) Successful in -2m10s
Unit tests / Unit tests (latest) (push) Successful in -2m0s
Unit tests / Unit tests (lts/*) (push) Successful in -2m0s
Unit tests / Unit tests (lts/hydrogen) (push) Successful in -1m59s

This commit is contained in:
2025-11-11 01:04:50 -05:00
parent 8574ca8ecb
commit 8f96ff74ec
5 changed files with 6 additions and 4 deletions

1
dist/index.js vendored
View File

@@ -41497,6 +41497,7 @@ async function main() {
body,
headers
});
await distribution.post(`${github.context.serverUrl}/api/v1/packages/${github.context.repo.owner}/arch/${pkg.package}/-/link/${pkg.package}`, { headers });
}
await deletePackages(parsedData.move, headers);
return;

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "pkgbase-yaml-parser",
"version": "1.0.1",
"version": "1.0.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "pkgbase-yaml-parser",
"version": "1.0.1",
"version": "1.0.2",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.11.1",

View File

@@ -1,6 +1,6 @@
{
"name": "pkgbase-yaml-parser",
"version": "1.0.1",
"version": "1.0.2",
"description": "compare Artix `pkgbase.yaml` files",
"keywords": [
"artix",

View File

@@ -42,6 +42,7 @@ export async function main() {
body,
headers
});
await ky.post(`${context.serverUrl}/api/v1/packages/${context.repo.owner}/arch/${pkg.package}/-/link/${pkg.package}`, { headers });
}
await deletePackages(parsedData.move, headers);
return;