Skip to content

Commit

Permalink
update templated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyhallett committed Apr 5, 2021
1 parent c134eb0 commit 8ed6993
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "typescript-action",
"version": "0.0.0",
"description": "TypeScript template action",
"name": "workflow-run-conclusion-dispatch-action",
"version": "1.0.0",
"description": "Workflow run to repository dispatch. Event is `${workflowName} - ${conclusion}`, client_payload is the workflow run payload.",
"main": "lib/main.js",
"scripts": {
"build": "tsc",
Expand All @@ -20,7 +20,12 @@
},
"keywords": [
"actions",
"node"
"node",
"workflow",
"workflow_run",
"repository",
"dispatch",
"repository_dispatch"
],
"author": "tony hallett",
"license": "MIT",
Expand Down

0 comments on commit 8ed6993

Please sign in to comment.