Skip to content

Commit

Permalink
misc(github) Have to change action name
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelien-baudet committed Dec 31, 2020
1 parent 62332e9 commit 26d8ae6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'Workflow Dispatch'
description: 'Trigger and chain GitHub Actions workflows with workflow_dispatch events'
name: 'Workflow Dispatch and wait'
description: 'Trigger and chain GitHub Actions workflows with workflow_dispatch events and wait for result'

inputs:
workflow:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"worflow",
"trigger"
],
"author": "Ben Coleman",
"author": "Aurélien Baudet",
"license": "MIT",
"devDependencies": {
"@actions/core": "1.2.6",
Expand Down

0 comments on commit 26d8ae6

Please sign in to comment.