From cd80053be67fc89c8f3a62471303301b7c4932d8 Mon Sep 17 00:00:00 2001 From: Roddy Munro Date: Thu, 9 May 2024 19:03:56 -0300 Subject: [PATCH] Move branch argument before url --- .github/workflows/xcstrings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/xcstrings.yml b/.github/workflows/xcstrings.yml index 8d79439..19404e6 100644 --- a/.github/workflows/xcstrings.yml +++ b/.github/workflows/xcstrings.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - name: Clone SwiftPolyglot - run: git clone https://github.com/appdecostudio/SwiftPolyglot.git --branch 0.3.1 ../SwiftPolyglot + run: git clone --branch 0.3.1 -- https://github.com/appdecostudio/SwiftPolyglot.git ../SwiftPolyglot - name: validate translations run: |