From 26d8ae642402d346822f6e1783f00f493113ec44 Mon Sep 17 00:00:00 2001 From: abaudet Date: Thu, 31 Dec 2020 13:21:52 +0400 Subject: [PATCH] misc(github) Have to change action name --- action.yaml | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yaml b/action.yaml index 823d7a1..be47ee3 100644 --- a/action.yaml +++ b/action.yaml @@ -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: diff --git a/package.json b/package.json index 0680b0f..59b3773 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "worflow", "trigger" ], - "author": "Ben Coleman", + "author": "Aurélien Baudet", "license": "MIT", "devDependencies": { "@actions/core": "1.2.6",