Skip to content

Commit 8ed6993

Browse files
committed
update templated package.json
1 parent c134eb0 commit 8ed6993

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

package.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "typescript-action",
3-
"version": "0.0.0",
4-
"description": "TypeScript template action",
2+
"name": "workflow-run-conclusion-dispatch-action",
3+
"version": "1.0.0",
4+
"description": "Workflow run to repository dispatch. Event is `${workflowName} - ${conclusion}`, client_payload is the workflow run payload.",
55
"main": "lib/main.js",
66
"scripts": {
77
"build": "tsc",
@@ -20,7 +20,12 @@
2020
},
2121
"keywords": [
2222
"actions",
23-
"node"
23+
"node",
24+
"workflow",
25+
"workflow_run",
26+
"repository",
27+
"dispatch",
28+
"repository_dispatch"
2429
],
2530
"author": "tony hallett",
2631
"license": "MIT",

0 commit comments

Comments
 (0)