mirror of
https://github.com/peter-evans/repository-dispatch.git
synced 2026-07-22 02:27:41 +00:00
Update action.yml
This commit is contained in:
@@ -6,15 +6,16 @@ inputs:
|
|||||||
required: true
|
required: true
|
||||||
repository:
|
repository:
|
||||||
description: 'The full name of the repository to send the dispatch. Defaults to the current repository.'
|
description: 'The full name of the repository to send the dispatch. Defaults to the current repository.'
|
||||||
|
default: ${{ github.repository }}
|
||||||
event-type:
|
event-type:
|
||||||
description: 'A custom webhook event name.'
|
description: 'A custom webhook event name.'
|
||||||
required: true
|
required: true
|
||||||
client-payload:
|
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:
|
runs:
|
||||||
using: 'node12'
|
using: 'node12'
|
||||||
main: 'dist/index.js'
|
main: 'dist/index.js'
|
||||||
branding:
|
branding:
|
||||||
icon: 'target'
|
icon: 'target'
|
||||||
color: 'gray-dark'
|
color: 'gray-dark'
|
||||||
|
|
||||||
Reference in New Issue
Block a user