Reworked the Title a bit.
All checks were successful
Auto Maintenance Cycle / pre-commit Autoupdate (push) Successful in 41s

This commit is contained in:
2023-11-19 23:15:25 +01:00
parent d1934c9278
commit d33ab23e44
5 changed files with 13 additions and 12 deletions

View File

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