Made it work

This commit was merged in pull request #1.
This commit is contained in:
2024-12-27 13:45:55 +01:00
parent 8f4e00390a
commit 758107ea92
4 changed files with 289 additions and 19955 deletions

20012
dist/app.js vendored

File diff suppressed because one or more lines are too long

8
dist/package.json vendored
View File

@@ -4,7 +4,8 @@
"description": "",
"main": "app.js",
"scripts": {
"build": "cp package.json dist/ && esbuild --outdir=dist --bundle --platform=node --allow-overwrite ./app.ts"
"build": "cp package.json dist/ && esbuild --outdir=dist --bundle --platform=node --allow-overwrite ./app.ts",
"dev": "tsx app.ts"
},
"author": "",
"license": "ISC",
@@ -12,9 +13,10 @@
"@actions/core": "^1.11.1"
},
"devDependencies": {
"@actions/core": "^1.11.1",
"@types/node": "^22.10.0",
"esbuild": "^0.24.0",
"tsx": "^4.19.2",
"typescript": "^5.7.2"
}
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}