Initial attempt to move to octokit

This commit is contained in:
Corey Butler
2023-03-29 00:37:38 -05:00
parent fd7a76b09c
commit c3786d6170
3 changed files with 674 additions and 5 deletions

View File

@@ -18,5 +18,10 @@
],
"author": "ButlerLogic",
"license": "MIT",
"type": "module"
"type": "module",
"dependencies": {
"@actions/core": "^1.10.0",
"octokit": "^2.0.14",
"semver": "^7.3.8"
}
}