Skip to content

Commit

Permalink
Fixing input
Browse files Browse the repository at this point in the history
  • Loading branch information
diekotto committed Nov 19, 2024
1 parent faf67f1 commit 5b44be4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "repository-dispatch"
name: "Repository Dispatch Event"
description: "Custom action to trigger workflow dispatch events"
author: "Diego Maroto"

Expand All @@ -9,10 +9,12 @@ branding:
inputs:
token:
description: "GitHub token with repo scope"
required: true
default: ${{ github.token }}
repository:
description: "Repository to trigger the event in"
default: ${{ github.repository }}
event-type:
description: "Type of event to trigger"
required: true
client-payload:
description: "JSON payload to send with the event"
required: false
Expand Down

0 comments on commit 5b44be4

Please sign in to comment.