setup-android/action.yml
2020-08-11 17:40:16 +02:00

13 lines
273 B
YAML

name: 'Setup Android SDK Tools'
author: 'Android-Actions'
description: 'Setup the Android SDK Tools and add them to the path'
runs:
using: 'node12'
main: 'dist/main/index.js'
post: 'dist/post/index.js'
post-if: success()
branding:
icon: 'list'
color: 'green'