From d144f415bd5ae68b2b59a5b2074625c5ebd30867 Mon Sep 17 00:00:00 2001 From: Benjamin Forehand Jr Date: Fri, 26 Sep 2025 19:27:15 -0500 Subject: [PATCH] chore(project): Fix ios branch checkout naming. --- .github/workflows/ios_manual.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ios_manual.yml b/.github/workflows/ios_manual.yml index 0128e48..78b853e 100644 --- a/.github/workflows/ios_manual.yml +++ b/.github/workflows/ios_manual.yml @@ -58,7 +58,7 @@ jobs: uses: actions/checkout@v4 - name: Clone firefox-ios repo run: | - git clone --depth 1 https://github.com/mozilla-mobile/firefox-ios.git -b release/v${{ matrix.firefox }} + git clone --depth 1 https://github.com/mozilla-mobile/firefox-ios.git -b firefox-v${{ matrix.firefox }} - name: Setup Python uses: actions/setup-python@v5 with: