From 3204e0bf8cc961de0423eafd557ab191aad42167 Mon Sep 17 00:00:00 2001 From: Andy McKay Date: Fri, 26 Jul 2019 06:32:33 -0700 Subject: [PATCH] Update action.yml 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 15f9a0e..de86775 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'