Skip to content

Commit 26d8ae6

Browse files
misc(github) Have to change action name
1 parent 62332e9 commit 26d8ae6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: 'Workflow Dispatch'
2-
description: 'Trigger and chain GitHub Actions workflows with workflow_dispatch events'
1+
name: 'Workflow Dispatch and wait'
2+
description: 'Trigger and chain GitHub Actions workflows with workflow_dispatch events and wait for result'
33

44
inputs:
55
workflow:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"worflow",
1414
"trigger"
1515
],
16-
"author": "Ben Coleman",
16+
"author": "Aurélien Baudet",
1717
"license": "MIT",
1818
"devDependencies": {
1919
"@actions/core": "1.2.6",

0 commit comments

Comments
 (0)