Added a package.json
Some checks failed
Auto Maintenance Cycle / pre-commit Autoupdate (push) Failing after 31s
Some checks failed
Auto Maintenance Cycle / pre-commit Autoupdate (push) Failing after 31s
This commit is contained in:
11
package.json
Normal file
11
package.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user