From 2351f08d5c68299ddd58d86d3ca454b537412eea Mon Sep 17 00:00:00 2001 From: Eric Norris <1906605+ericnorris@users.noreply.github.com> Date: Fri, 15 Oct 2021 16:04:16 -0400 Subject: [PATCH] chore: add details to action.yml --- action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index e085dec..2c3c112 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,6 @@ -name: 'Your name here' -description: 'Provide a description here' -author: 'Your name or organization here' +name: 'Combined Status Check' +description: 'Combine many status checks into one required check.' +author: 'Etsy' inputs: token: description: GitHub Actions access token.