diff --git a/action.yml b/action.yml index 1817e27..f9e03d1 100644 --- a/action.yml +++ b/action.yml @@ -1,7 +1,7 @@ -name: 'StandardRB Action' -description: 'A GitHub Action that lints your Ruby code with StandardRB!' -author: 'Andrew Mason ' +name: 'Standard Ruby' +description: 'A GitHub Action that lints your Ruby code with Standard Ruby' +author: 'Justin Searls ' runs: using: 'docker' image: 'Dockerfile'