Skip to content

Commit 2c711b9

Browse files
committed
chore(deps): add @actions/github
1 parent e3d3566 commit 2c711b9

File tree

2 files changed

+157
-8
lines changed

2 files changed

+157
-8
lines changed

package-lock.json

Lines changed: 152 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,17 @@
1717
"type": "git",
1818
"url": "git+https://github.com/exuanbo/actions-deploy-gist.git"
1919
},
20-
"keywords": ["actions"],
20+
"keywords": [
21+
"actions"
22+
],
2123
"author": {
2224
"name": "exuanbo",
2325
"email": "[email protected]"
2426
},
2527
"license": "MIT",
2628
"dependencies": {
27-
"@actions/core": "^1.2.5"
29+
"@actions/core": "^1.2.5",
30+
"@actions/github": "^4.0.0"
2831
},
2932
"devDependencies": {
3033
"@types/jest": "^26.0.10",

0 commit comments

Comments
 (0)