Skip to content

Commit

Permalink
Merge pull request #5 from raven/patch-1
Browse files Browse the repository at this point in the history
Corrected formatting in README.md
  • Loading branch information
orj authored Aug 19, 2020
2 parents 3512ed6 + 25969b3 commit ce69809
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
## Usage:

```yaml
uses: apple-actions/upload-testflight-build@v1
with:
app-path: 'path/to/application.ipa`
issuer-id: ${{ secrets.APPSTORE_ISSUER_ID }}
api-key-id: ${{ secrets.APPSTORE_API_KEY_ID }}
api-private-key: ${{ secrets.APPSTORE_API_PRIVATE_KEY }}
- name: 'Upload app to TestFlight'
uses: apple-actions/upload-testflight-build@v1
with:
app-path: 'path/to/application.ipa'
issuer-id: ${{ secrets.APPSTORE_ISSUER_ID }}
api-key-id: ${{ secrets.APPSTORE_API_KEY_ID }}
api-private-key: ${{ secrets.APPSTORE_API_PRIVATE_KEY }}
```
## Additional Arguments
Expand Down

0 comments on commit ce69809

Please sign in to comment.