From df480820245a485234b97e84594629122fbf1ce9 Mon Sep 17 00:00:00 2001 From: Conrad Date: Fri, 15 Nov 2019 00:02:16 +0100 Subject: [PATCH] Update name to comply with GitHub Maketplace standards --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 967870e..f72af2d 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ -name: 'Autopep8' -description: 'Automatically runs the autopep8 command against any pull request created.' +name: 'Autopep8 Action' +description: 'Automatically runs the autopep8 command against any commit/ pull request created.' author: Conrad Großer