From 7f0669ca1fd955c0e0fd85ee8d5b8d16978be97e Mon Sep 17 00:00:00 2001 From: Andy McKay Date: Fri, 16 Aug 2019 17:00:30 +0200 Subject: [PATCH] Update action.yml (#3) This partially fixes #940 by updating the description to match the request. However I'm assuming the runner adds in the `Action` part by truncating the description? cc @bryanmacfarlane --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 8dc709c..0a6806f 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ name: 'Checkout' -description: 'Get sources from a GitHub repository.' +description: 'Checkout a Git repository.' inputs: repository: description: 'Repository name'