mirror of
https://github.com/peter-evans/repository-dispatch.git
synced 2026-06-11 11:21:25 +00:00
Update action.yml
This commit is contained in:
@@ -6,15 +6,16 @@ inputs:
|
||||
required: true
|
||||
repository:
|
||||
description: 'The full name of the repository to send the dispatch. Defaults to the current repository.'
|
||||
default: ${{ github.repository }}
|
||||
event-type:
|
||||
description: 'A custom webhook event name.'
|
||||
required: true
|
||||
client-payload:
|
||||
description: 'JSON payload with extra information about the webhook event that your action or worklow may use. Default: {}'
|
||||
description: 'JSON payload with extra information about the webhook event that your action or worklow may use.'
|
||||
default: '{}'
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'dist/index.js'
|
||||
branding:
|
||||
icon: 'target'
|
||||
icon: 'target'
|
||||
color: 'gray-dark'
|
||||
|
||||
Reference in New Issue
Block a user