@@ -44,21 +44,22 @@ jobs:
44
44
45
45
## Inputs
46
46
47
- | Input | Description | Required | Default |
48
- | ------------------------- | --------------------------------------- | -------- | --------------------- |
49
- | ` github-token ` | GitHub Token | Yes | - |
50
- | ` working-directory ` | Working directory for the build command | No | ` . ` |
51
- | ` validate-gradle-wrapper ` | Whether to validate the Gradle wrapper | No | ` true ` |
52
- | ` variant ` | Build variant (debug/release) | No | ` debug ` |
53
- | ` sign ` | Whether to sign the build with keystore | No | - |
54
- | ` re-sign ` | Re-sign the APK with new JS bundle | No | ` false ` |
55
- | ` keystore-base64 ` | Base64 encoded keystore file | No | - |
56
- | ` keystore-store-file ` | Keystore store file name | No | - |
57
- | ` keystore-store-password ` | Keystore store password | No | - |
58
- | ` keystore-key-alias ` | Keystore key alias | No | - |
59
- | ` keystore-key-password ` | Keystore key password | No | - |
60
- | ` rnef-build-extra-params ` | Extra parameters for rnef build: android | No | - |
61
- | ` comment-bot ` | Whether to comment PR with build link | No | ` true ` |
47
+ | Input | Description | Required | Default |
48
+ | ------------------------- | ---------------------------------------- | -------- | ------- |
49
+ | ` github-token ` | GitHub Token | Yes | - |
50
+ | ` working-directory ` | Working directory for the build command | No | ` . ` |
51
+ | ` validate-gradle-wrapper ` | Whether to validate the Gradle wrapper | No | ` true ` |
52
+ | ` setup-java ` | Whether to run actions/setup-java action | No | ` true ` |
53
+ | ` variant ` | Build variant (debug/release) | No | ` debug ` |
54
+ | ` sign ` | Whether to sign the build with keystore | No | - |
55
+ | ` re-sign ` | Re-sign the APK with new JS bundle | No | ` false ` |
56
+ | ` keystore-base64 ` | Base64 encoded keystore file | No | - |
57
+ | ` keystore-store-file ` | Keystore store file name | No | - |
58
+ | ` keystore-store-password ` | Keystore store password | No | - |
59
+ | ` keystore-key-alias ` | Keystore key alias | No | - |
60
+ | ` keystore-key-password ` | Keystore key password | No | - |
61
+ | ` rnef-build-extra-params ` | Extra parameters for rnef build: android | No | - |
62
+ | ` comment-bot ` | Whether to comment PR with build link | No | ` true ` |
62
63
63
64
## Outputs
64
65
0 commit comments