We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c134eb0 commit 8ed6993Copy full SHA for 8ed6993
package.json
@@ -1,7 +1,7 @@
1
{
2
- "name": "typescript-action",
3
- "version": "0.0.0",
4
- "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.",
5
"main": "lib/main.js",
6
"scripts": {
7
"build": "tsc",
@@ -20,7 +20,12 @@
20
},
21
"keywords": [
22
"actions",
23
- "node"
+ "node",
24
+ "workflow",
25
+ "workflow_run",
26
+ "repository",
27
+ "dispatch",
28
+ "repository_dispatch"
29
],
30
"author": "tony hallett",
31
"license": "MIT",
0 commit comments