We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
REPOSITORY
REPO_NAME
1 parent 77c75a5 commit 9629426Copy full SHA for 9629426
fastlane/Fastfile
@@ -10,9 +10,7 @@ USER_ENV_FILE_PATH = File.join(Dir.home, '.wcios-env.default')
10
SECRETS_DIR = File.join(Dir.home, '.configure', 'woocommerce-ios', 'secrets')
11
PROJECT_ENV_FILE_PATH = File.join(SECRETS_DIR, 'project.env')
12
13
-REPOSITORY_NAME = 'woocommerce-ios'
14
-GH_ORG_NAME = 'woocommerce'
15
-GHHELPER_REPO = "#{GH_ORG_NAME}/#{REPOSITORY_NAME}"
+GHHELPER_REPO = 'woocommerce/woocommerce-ios'
16
17
# Constants
18
PROJECT_ROOT_FOLDER = File.dirname(File.expand_path(__dir__))
0 commit comments