setup-android/action.yml

12 lines
218 B
YAML
Raw Normal View History

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