Skip to content

Commit

Permalink
Address a spelling issue in a comment about FL_GIT_BRANCH_DONT_USE_EN…
Browse files Browse the repository at this point in the history
…V_VARS
  • Loading branch information
oguzkocer committed Dec 13, 2023
1 parent 74615b2 commit 0fdcb44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ REPOSITORY_NAME = 'WordPress-Android'
# Used by Fastlane to work around the Google API random failures
ENV['SUPPLY_UPLOAD_MAX_RETRIES'] = '5'

# Fastlane's `git_branch` action and it's relevant helpers use environment variables to modify
# Fastlane's `git_branch` action and its relevant helpers use environment variables to modify
# the output. That means if we change the branch as part of an action, it'll return the incorrect
# branch. This environment variable disables this behavior: https://github.com/fastlane/fastlane/pull/21597
ENV['FL_GIT_BRANCH_DONT_USE_ENV_VARS'] = 'true'
Expand Down

0 comments on commit 0fdcb44

Please sign in to comment.