From 7c0c0dcc3a3bc06171fdc69ef0dbaa0af0c98413 Mon Sep 17 00:00:00 2001 From: Vivek Date: Mon, 20 Mar 2023 13:16:28 -0700 Subject: [PATCH] Fix action --- action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index be203f7..c148a49 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,7 @@ name: 'Cancel Workflows Action' -description: 'This action will cancel any previous runs that are not `completed` and that match additional optional criteria for a given workflow' +description: 'This action will cancel any previous `waiting` workflow runs for a given workflow' +icon: 'crosshair' +color: 'red' author: 'viveklak' inputs: workflow-name: