We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97535e2 commit 193b0a8Copy full SHA for 193b0a8
1 file changed
.github/workflows/create-release-pr.yml
@@ -107,9 +107,7 @@ jobs:
107
# Clone iOS SDK if ios_version is provided
108
if [ -n "${{ inputs.ios_version }}" ]; then
109
echo "Cloning iOS SDK..."
110
- cd ..
111
- git clone https://github.com/OneSignal/OneSignal-iOS-SDK.git
112
- cd OneSignal-iOS-SDK && git checkout ${{ inputs.ios_version }} && cd ../OneSignal-DotNet-SDK
+ git clone --branch ${{ inputs.ios_version }} --depth 1 https://github.com/OneSignal/OneSignal-iOS-SDK.git ../OneSignal-iOS-SDK
113
fi
114
115
echo "Running update_native_binaries.sh..."
0 commit comments