Generate Baseline Profiles
Source: actions/android-generate-baseline-profiles/action.yml
Generates baseline profiles and creates a PR with the changes
Usage
- uses: futuredapp/.github/.github/actions/android-generate-baseline-profiles@2.2.0
with:
generate_gradle_task: '...'
signing_keystore_password: '...'
signing_key_alias: '...'
signing_key_password: '...'
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
generate_gradle_task |
string |
Yes | — | A Gradle task for generating baseline profiles, for example generateBaselineProfile |
signing_keystore_password |
string |
Yes | — | Password to provided keystore |
signing_key_alias |
string |
Yes | — | Alias of the signing key in the provided keystore |
signing_key_password |
string |
Yes | — | Password to the key in the provided keystore |
secret_properties_file |
string |
No | secrets.properties |
A path to file that will be populated with contents of 'SECRET_PROPERTIES' secret. This file can be picked up by Secrets Gradle plugin to embed secrets into BuildConfig. |
secret_properties |
string |
No | — | Custom string that contains key-value properties as secrets. Contents of this secret will be placed into file specified by 'SECRET_PROPERTIES_FILE' input. |