Skip to content

Commit

Permalink
doc: fix linebreaks
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinRohn committed Sep 15, 2023
1 parent 1177185 commit e179c95
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,24 +60,24 @@ This action allows you to automatically upload an Android App Bundle to the Goog
The action supports the following inputs:
- `service_account_json`
Base64 encoded service account JSON key for Google Cloud with access to the Play Developer API.
- `service_account_json`
Base64 encoded service account JSON key for Google Cloud with access to the Play Developer API.
**Required:** *true*

- `package_name`
Android package name as defined in `AndroidManifest.xml`.
- `package_name`
Android package name as defined in `AndroidManifest.xml`.
**Required:** *true*

- `aab_file_path`
File path to the Android App Bundle (.aab) you wish to upload.
- `aab_file_path`
File path to the Android App Bundle (.aab) you wish to upload.
**Required:** *true*

- `track`
The track where you want to upload the `.aab` file. Available options: `internal`, `alpha`, `beta`, `production`, `rollout`.
- `track`
The track where you want to upload the `.aab` file. Available options: `internal`, `alpha`, `beta`, `production`, `rollout`.
**Required:** *true*

- `release_status`
Release status of the app. Available options: `draft`, `completed`, `halted`, `inProgress`.
- `release_status`
Release status of the app. Available options: `draft`, `completed`, `halted`, `inProgress`.
**Required:** *true*

## Outputs
Expand Down

0 comments on commit e179c95

Please sign in to comment.