Compare commits

..

1 commit

Author SHA1 Message Date
3ebbb04443 Add GITHUB_API_URL
Some checks failed
main / build (push) Has been cancelled
2025-05-08 18:20:21 +00:00
3 changed files with 10 additions and 9 deletions

View file

@ -54,6 +54,7 @@ inputs:
required: false
env:
GITHUB_TOKEN: "As provided by Github Actions"
GITHUB_API_URL: "API url of the GitHub server"
outputs:
url:
description: "URL to the Release HTML Page"

16
package-lock.json generated
View file

@ -19,7 +19,7 @@
"@types/glob": "^8.1.0",
"@types/jest": "^29.5.14",
"@types/mime": "^3.0.1",
"@types/node": "^22.15.8",
"@types/node": "^20.17.32",
"@vercel/ncc": "^0.38.3",
"jest": "^29.3.1",
"jest-circus": "^29.3.1",
@ -1654,13 +1654,13 @@
"dev": true
},
"node_modules/@types/node": {
"version": "22.15.8",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.8.tgz",
"integrity": "sha512-VINDWfc4C3DGAa1J+riYRHjzt+IFj5eRaEl768ze7ZqXcjyN/4WHxPLAWMLTwmODpPvFyzuMTAT6A4RMOHlg5g==",
"version": "20.17.32",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.32.tgz",
"integrity": "sha512-zeMXFn8zQ+UkjK4ws0RiOC9EWByyW1CcVmLe+2rQocXRsGEDxUCwPEIVgpsGcLHS/P8JkT0oa3839BRABS0oPw==",
"dev": true,
"license": "MIT",
"dependencies": {
"undici-types": "~6.21.0"
"undici-types": "~6.19.2"
}
},
"node_modules/@types/stack-utils": {
@ -4631,9 +4631,9 @@
}
},
"node_modules/undici-types": {
"version": "6.21.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
"integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
"version": "6.19.8",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz",
"integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==",
"dev": true,
"license": "MIT"
},

View file

@ -32,7 +32,7 @@
"@types/glob": "^8.1.0",
"@types/jest": "^29.5.14",
"@types/mime": "^3.0.1",
"@types/node": "^22.15.8",
"@types/node": "^20.17.32",
"@vercel/ncc": "^0.38.3",
"jest": "^29.3.1",
"jest-circus": "^29.3.1",