From cf8047b4cebd2a7237799d116ae5c9b9a695a50d Mon Sep 17 00:00:00 2001 From: John Maguire Date: Thu, 1 Sep 2022 19:07:48 +0100 Subject: [PATCH] Fix translations push job --- .github/workflows/all.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/all.yml b/.github/workflows/all.yml index a3570280d..32c044d9b 100644 --- a/.github/workflows/all.yml +++ b/.github/workflows/all.yml @@ -68,6 +68,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: tx init env: TX_TOKEN: ${{ secrets.TX_TOKEN }}