We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a38cb98 commit e3d3566Copy full SHA for e3d3566
package.json
@@ -1,8 +1,8 @@
1
{
2
- "name": "typescript-action",
+ "name": "actions-deploy-gist",
3
"version": "0.0.0",
4
"private": true,
5
- "description": "TypeScript template action",
+ "description": "",
6
"main": "lib/main.js",
7
"scripts": {
8
"build": "tsc",
@@ -15,14 +15,13 @@
15
},
16
"repository": {
17
"type": "git",
18
- "url": "git+https://github.com/actions/typescript-action.git"
+ "url": "git+https://github.com/exuanbo/actions-deploy-gist.git"
19
+ },
20
+ "keywords": ["actions"],
21
+ "author": {
22
+ "name": "exuanbo",
23
+ "email": "[email protected]"
24
- "keywords": [
- "actions",
- "node",
- "setup"
- ],
25
- "author": "",
26
"license": "MIT",
27
"dependencies": {
28
"@actions/core": "^1.2.5"
0 commit comments