We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 708da1d commit 84a702dCopy full SHA for 84a702d
1 file changed
ios/fastlane/Fastfile
@@ -134,7 +134,7 @@ platform :ios do
134
UI.message("📂 Current directory: #{Dir.pwd}")
135
136
# Ensure we are in the root directory of the Git repo
137
- sh("cd ../..")
+ sh("cd #{ENV['GITHUB_WORKSPACE']}")
138
sh("git config user.name 'GitHub Actions'")
139
sh("git config user.email '[email protected]'")
140
0 commit comments