mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-05 06:25:48 +01:00
Fix translations pull workflow
This commit is contained in:
parent
a551c40c4e
commit
e6a7539480
2
.github/workflows/translations.yml
vendored
2
.github/workflows/translations.yml
vendored
@ -22,6 +22,8 @@ jobs:
|
|||||||
run: pip3 install transifex-client==0.13.9
|
run: pip3 install transifex-client==0.13.9
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v1.2.0
|
uses: actions/checkout@v1.2.0
|
||||||
|
- name: git hackery
|
||||||
|
run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
|
||||||
- name: Switch to master
|
- name: Switch to master
|
||||||
run: git checkout master
|
run: git checkout master
|
||||||
- name: tx init
|
- name: tx init
|
||||||
|
Loading…
Reference in New Issue
Block a user