setup-android/action.yml

33 lines
932 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
inputs:
cmdline-tools-version:
description: 'cmdline-tools-version. See https://developer.android.com/studio#command-line-tools-only'
required: false
default: '12266719'
accept-android-sdk-licenses:
2023-11-21 12:35:25 -08:00
description: 'Android SDK is usable only after the license agreement. Should setup-android agree to the licences, provided by "sdkmanager --licenses"'
required: false
default: 'true'
log-accepted-android-sdk-licenses:
2023-11-21 12:35:25 -08:00
description: 'Should accepted licenses be logged. If not, accepted licences will be accepted silently'
required: false
default: 'true'
packages:
description: 'Additional packages to install'
required: false
default: 'tools platform-tools'
2020-01-03 02:37:01 -08:00
runs:
using: node20
main: 'dist/index.js'
2020-07-25 09:07:39 -07:00
2020-01-03 12:38:11 -08:00
branding:
icon: 'list'
color: 'green'