Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshpaliyal authored Apr 21, 2024
1 parent 618ee19 commit 2a94523
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,43 @@ Upload Android AAB file to Indus App Store.
```
## Get App Versions
#### Inputs
| name | description |
|------------------|-----------------------------------------------------------------------------------------------------------------------------------------|
| type | GET_APP_STATS |
| apiKey | API Key for Indus App Store, you can get it from Indus AppStore DevTools page |
| packageName | Package Name of the App |
#### Output
| name | description |
|------------------|-----------------------------------------------------------------------------------------------------------------------------------------|
| result | Get App Detail as description |
#### Example
```yaml
- name: Get App Stats From Indus App Store
id: upload-indus-app-store
uses: yogeshpaliyal/upload-indus-appstore@<Latest Version>
with:
type: "GET_APP_VERSIONS"
apiKey: ${{secrets.INDUS_API_KEY}}
packageName: com.yogeshpaliyal.keypass

- name: Print Output
id: output
run: echo ${{ steps.upload-indus-app-store.outputs.result }}
```
### Open for Contribution
If you have any idea or want to contribute to this action, feel free to open an issue or PR.
Expand Down

0 comments on commit 2a94523

Please sign in to comment.