Fix translations pull workflow
This commit is contained in:
parent
a551c40c4e
commit
e6a7539480
|
@ -22,6 +22,8 @@ jobs:
|
|||
run: pip3 install transifex-client==0.13.9
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v1.2.0
|
||||
- name: git hackery
|
||||
run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
|
||||
- name: Switch to master
|
||||
run: git checkout master
|
||||
- name: tx init
|
||||
|
|
Loading…
Reference in New Issue