Move branch argument before url

This commit is contained in:
Roddy Munro 2024-05-09 19:03:56 -03:00
parent 180dd52eee
commit cd80053be6

View file

@ -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: |