gitea-act-create-pr/package.json
Philipp Horstenkamp ee9cda3fd2
Some checks failed
Auto Maintenance Cycle / pre-commit Autoupdate (push) Failing after 31s
Added a package.json
2023-11-19 01:52:32 +01:00

12 lines
245 B
JSON

{
"name": "gitea-acxt-create-pr",
"version": "1.0.0",
"description": "My custom GitHub Action",
"main": "index.js",
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/github": "^4.0.0",
"@octokit/rest": "^18.0.0"
}
}