From afd1745cdd8cad08193d505bfba53f45cc39b90d Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Mon, 4 May 2020 18:03:00 +0900 Subject: [PATCH] Update action.yml --- action.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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