From 296d7181ca0139e02729159180dda0576c3cfab3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malo=20L=C3=A9on?= Date: Mon, 1 May 2023 21:38:45 +0200 Subject: [PATCH] fix: change git_url label --- .../fastlane/plugin/ios_cd/actions/build_and_deploy_action.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/fastlane-plugin-ios_cd/lib/fastlane/plugin/ios_cd/actions/build_and_deploy_action.rb b/plugins/fastlane-plugin-ios_cd/lib/fastlane/plugin/ios_cd/actions/build_and_deploy_action.rb index 2e15547..ad0fe22 100644 --- a/plugins/fastlane-plugin-ios_cd/lib/fastlane/plugin/ios_cd/actions/build_and_deploy_action.rb +++ b/plugins/fastlane-plugin-ios_cd/lib/fastlane/plugin/ios_cd/actions/build_and_deploy_action.rb @@ -77,7 +77,7 @@ module Fastlane username: "leonmalo@sfr.fr", team_id: "118579280", team_name: "Jagger & Lewis", - team_name: "https://github.com/JaggerLewis/jl2022_cert.git", + git_url: "https://github.com/JaggerLewis/jl2022_cert.git", storage_mode: "git" ) UI.message("👉🏼 App signed")