setup-android/action.yml

14 lines
273 B
YAML
Raw Normal View History

2020-08-11 08:40:16 -07:00
name: 'Setup Android SDK Tools'
author: 'Android-Actions'
description: 'Setup the Android SDK Tools and add them to the path'
2020-07-25 09:07:39 -07:00
2020-01-03 02:37:01 -08:00
runs:
using: 'node12'
2020-07-25 09:07:39 -07:00
main: 'dist/main/index.js'
post: 'dist/post/index.js'
post-if: success()
2020-01-03 12:38:11 -08:00
branding:
icon: 'list'
color: 'green'