Files
gitea-act-create-pr/package.json
Philipp Horstenkamp d33ab23e44
All checks were successful
Auto Maintenance Cycle / pre-commit Autoupdate (push) Successful in 41s
Reworked the Title a bit.
2023-11-19 23:15:25 +01:00

10 lines
181 B
JSON

{
"name": "gitea-act-create-pr",
"version": "0.1.0",
"description": "Gitea PR Creation Action",
"main": "index.js",
"dependencies": {
"@actions/core": "^1.10.1"
}
}