mirror of
https://gitea.com/actions/setup-android.git
synced 2025-12-13 03:47:13 +00:00
Change "Licence" to "License"
This commit is contained in:
2
dist/index.js
vendored
2
dist/index.js
vendored
@@ -28266,7 +28266,7 @@ function run() {
|
||||
}
|
||||
const sdkManagerExe = yield installSdkManager();
|
||||
if (core.getBooleanInput('accept-android-sdk-licenses')) {
|
||||
core.info('Accepting Android SDK licences');
|
||||
core.info('Accepting Android SDK licenses');
|
||||
yield callSdkManager(sdkManagerExe, '--licenses', core.getBooleanInput('log-accepted-android-sdk-licenses'));
|
||||
}
|
||||
yield callSdkManager(sdkManagerExe, 'tools');
|
||||
|
||||
Reference in New Issue
Block a user