Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kalyway101 authored Apr 6, 2024
1 parent d0850bd commit a4a0675
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# You may pin to the exact commit or the version.
# uses: maierj/fastlane-action@5a3b971aaa26776459bb26894d6c1a1a84a311a7
uses: maierj/[email protected]
with:
# The lane that should be executed.
lane:
# The relative path from the project root directory to the subdirectory where the fastlane folder is located.
subdirectory: # optional
# If set to true, adds the verbose option to the fastlane command for extended log output.
verbose: # optional
# The options that should be passed as arguments to the lane. The options should be serialized as a JSON object.
options: # optional
# The env value that should be passed as an argument to the lane. The value should match to one of your fastlane env files.
env: # optional

0 comments on commit a4a0675

Please sign in to comment.