first commit

This commit is contained in:
2025-11-24 20:22:23 +01:00
commit 4e2ff6abc8
6 changed files with 742 additions and 0 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "autoversioningpackageaction",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.0",
"cross-fetch": "^4.1.0",
"gitea-js": "^1.23.0"
}
}