From f486d393609e4bb3851e3f606cf66fbb2b4cb094 Mon Sep 17 00:00:00 2001 From: Tony Hallett Date: Sun, 11 Apr 2021 10:50:19 +0100 Subject: [PATCH] reduce yaml description --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 85885a8..889a668 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ name: 'Workflow run conclusion dispatch action' -description: 'Workflow run to repository dispatch. Event is `${workflowName} - ${event (optional)} - ${conclusion}`, client_payload is the workflow run payload.' +description: 'Workflow run to repository dispatch.' author: 'Tony Hallett' inputs: GITHUB_PAT: @@ -7,7 +7,7 @@ inputs: description: 'Github Personal Access Token - https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token' eventNameInEventType: required: false - description: set to true to include workflow_run.event in the event name. Defaultst to false + description: set to true to include workflow_run.event in the event name. Defaults to false runs: using: 'node12' main: 'dist/index.js'