-
Notifications
You must be signed in to change notification settings - Fork 38
/
action.yml
25 lines (25 loc) · 897 Bytes
/
action.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
name: Fastlane Action
description: An action for executing fastlane lanes
author: "maierj"
branding:
icon: "archive"
color: "gray-dark"
inputs:
lane:
description: "The lane that should be executed."
required: true
subdirectory:
description: "The relative path from the project root directory to the subdirectory where the fastlane folder is located."
required: false
verbose:
description: "If set to true, adds the verbose option to the fastlane command for extended log output."
required: false
options:
description: "The options that should be passed as arguments to the lane. The options should be serialized as a JSON object."
required: false
env:
description: "The env value that should be passed as an argument to the lane. The value should match to one of your fastlane env files."
required: false
runs:
using: node20
main: main.js