maierj/Fastlane Action
An action for executing fastlane lanes
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| lane | The lane that should be executed. | yes | — |
| subdirectory | The relative path from the project root directory to the subdirectory where the fastlane folder is located. | no | — |
| verbose | If set to true, adds the verbose option to the fastlane command for extended log output. | no | — |
| options | The options that should be passed as arguments to the lane. The options should be serialized as a JSON object. | no | — |
| env | The env value that should be passed as an argument to the lane. The value should match to one of your fastlane env files. | no | — |
Outputs
no outputs