From f9ec82f96be4d549333d56bc3cab81898b838a05 Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Tue, 5 May 2020 09:17:05 +0900 Subject: [PATCH] Update input description --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a4d7d7f..9b8992f 100644 --- a/action.yml +++ b/action.yml @@ -5,7 +5,7 @@ inputs: description: 'A repo scoped GitHub Personal Access Token' required: true 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.' default: ${{ github.repository }} event-type: description: 'A custom webhook event name.'