Skip to content

Commit cd80053

Browse files
committed
Move branch argument before url
1 parent 180dd52 commit cd80053

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/xcstrings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515

1616
- name: Clone SwiftPolyglot
17-
run: git clone https://github.com/appdecostudio/SwiftPolyglot.git --branch 0.3.1 ../SwiftPolyglot
17+
run: git clone --branch 0.3.1 -- https://github.com/appdecostudio/SwiftPolyglot.git ../SwiftPolyglot
1818

1919
- name: validate translations
2020
run: |

0 commit comments

Comments
 (0)