diff --git a/action.yml b/action.yml index 32a97d3..a4d7d7f 100644 --- a/action.yml +++ b/action.yml @@ -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' - \ No newline at end of file