Update action.yml

This commit is contained in:
Peter Evans
2020-05-04 18:03:00 +09:00
parent 176e52d27a
commit afd1745cdd

View File

@@ -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'