From 163dfdf1096e8c2b9e99e0e141be3351d75ea1a7 Mon Sep 17 00:00:00 2001 From: John Boyes Date: Wed, 29 Jul 2020 11:06:59 +0700 Subject: [PATCH] Update name, author and description (#9) --- action.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index c6ee8e7..3fa1a6f 100644 --- a/action.yml +++ b/action.yml @@ -1,7 +1,9 @@ --- -name: 'Container Action Template' -description: 'Get started with Container actions' -author: 'GitHub' +name: 'Installs Hoverfly' +description: > + Installs Hoverfly (https://docs.hoverfly.io), + so that other GitHub Actions can use it easily (e.g. for testing) +author: 'John Boyes' inputs: myInput: description: 'Input to use'