cook-unity/Expo PR Preview Build
Display or create a build for a pull request according to the fingerprint
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Location of the eas.json file | no | ./ |
| profile | Which profile to use for building | no | development |
| is-internal | Whether the build should be internal or not | no | true |
| github-token | GitHub token | yes | — |
| build-command | EAS command to build the app | yes | eas build --profile development |
Outputs
| name | description |
|---|---|
| ios-fingerprint | The fingerprint of the iOS project for the current configuration. |
| ios-build-id | The ID of the existing or newly created iOS build. |
| ios-build-url | The URL of the existing or newly created iOS build. |
| ios-build-created-at | The creation timestamp of the existing or newly created iOS build. |
| android-fingerprint | The fingerprint of the Android project for the current configuration. |
| android-build-id | The ID of the existing or newly created Android build. |
| android-build-url | The URL of the existing or newly created Android build. |
| android-build-created-at | The creation timestamp of the existing or newly created Android build. |