Fix translations pull workflow

This commit is contained in:
John Maguire 2022-09-05 18:51:26 +01:00
parent a551c40c4e
commit e6a7539480
1 changed files with 2 additions and 0 deletions

View File

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