Files
gitea-act-create-pr/package.json
Philipp Horstenkamp 82c2384012
Some checks failed
Auto Maintenance Cycle / pre-commit Autoupdate (push) Failing after 37s
Reworked the packages again.
2023-11-19 22:42:15 +01:00

10 lines
190 B
JSON

{
"name": "gitea-acxt-create-pr",
"version": "0.1.0",
"description": "My custom GiteaPR Creation Action",
"main": "index.js",
"dependencies": {
"@actions/core": "^1.6.0"
}
}