Skip to content

Commit

Permalink
reduce yaml description
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyhallett committed Apr 11, 2021
1 parent 9b36b1b commit f486d39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
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:
required: true
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'
Expand Down

0 comments on commit f486d39

Please sign in to comment.