Skip to content

Commit

Permalink
docs: expand on build-url (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunattam authored Aug 7, 2024
1 parent bd8c49e commit 3a4addc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
```
Supported inputs
- [x] build-url: **Required** input, for the URl of the application build
- [x] build-url: **Required** input, for the URL of the application build
- For web, this points to a URL of the deployment (e.g. `https://staging.your-app.com`)
- For mobile, this points to a downloadable file, ending in `.apk`, `.aab` or `.ipa`
- [x] slack-webhook-url: **Optional** input, for a Slack incoming webhook URL; [learn more](#get-slack-alerts)
- [x] platform: **Optional** input, to specify one of the supported platforms: `web`, `android`, or `ios`. Default is `web`

Expand Down

0 comments on commit 3a4addc

Please sign in to comment.