Skip to content

Commit

Permalink
feat: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshpaliyal committed Apr 21, 2024
1 parent 8cb64a1 commit 45e46af
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,37 @@ Upload Android AAB file to Indus App Store.
```
## Get App Stats
#### 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_STATS"
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 45e46af

Please sign in to comment.