diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 636ebb2..d5fb0af 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -41,22 +41,3 @@ jobs: POEDITOR_PROJECT_ID: "715168" run: | python upload_terms.py - - name: Download terms poeditor - env: - POEDITOR_API_TOKEN: ${{ secrets.POEDITOR_API_TOKEN }} - POEDITOR_PROJECT_ID: "715168" - run: | - python download_terms.py - - # Stage the downloaded translation files - git add locales/fr/LC_MESSAGES/docs.po - - # Check if there are any changes that are staged but not committed. - if [[ "$(git diff --cached --exit-code)" = "" ]]; then - echo "Nothing to commit, working tree clean"; - else - # Commit the changes - git commit -m "Auto update deafrica-tools french translation files" - # Update the branch - git push - fi