logickoder/Firebase Distribution with Wildcards
Distribute apps to Firebase App Distribution with wildcard pattern support for multiple files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| serviceCredentialsFile | Path to the service account credentials JSON file | no | — |
| serviceCredentialsFileContent | Content of the service account credentials JSON file | no | — |
| file | Path to the binary file to upload. Supports wildcard patterns (e.g., *.apk, **/*.aab) | yes | — |
| workingDirectory | Working directory to run the action in (for multi-repo workflows) | no | . |
| appId | Firebase App ID | yes | — |
| groups | Comma-separated list of tester groups | no | — |
| testers | Comma-separated list of tester emails | no | — |
| releaseNotes | Release notes for this build | no | — |
| releaseNotesFile | Path to file containing release notes | no | — |
| includeFileNameInReleaseNotes | Include filename in release notes when distributing multiple files | no | true |
| debug | Enable debug mode | no | false |
Outputs
| name | description |
|---|---|
| firebase-console-uri | Firebase Console URI for this release |
| testing-uri | Testing URI to share with testers |
| binary-download-uri | URI to download the release binary |