Fix lane's name

This commit is contained in:
Florian Gabach
2019-11-22 17:46:47 +01:00
parent 226b1e3219
commit e9192698e9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -15,4 +15,4 @@ jobs:
- name: Fastlane Action
uses: maierj/fastlane-action@v1.0.0
with:
lane: scan
lane: scan_project
+1 -1
View File
@@ -19,7 +19,7 @@ platform :ios do
end
desc "Scan the project"
lane :scan do
lane :scan_project do
scan(scheme: "OpenSourceController-iOS")
end