diff --git a/action.yml b/action.yml index a5627a8..4c98124 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,6 @@ -name: 'Setup Android build environment' -author: 'Dave Olsthoorn' -description: 'Setup the sdk commandline tools for Android like sdkmanager' +name: 'Setup Android SDK Tools' +author: 'Android-Actions' +description: 'Setup the Android SDK Tools and add them to the path' runs: using: 'node12'