diff --git a/.github/workflows/i18n-weekly-pull.yml b/.github/workflows/i18n-weekly-pull.yml index 5812c91f5..7b3cad64a 100644 --- a/.github/workflows/i18n-weekly-pull.yml +++ b/.github/workflows/i18n-weekly-pull.yml @@ -8,6 +8,7 @@ on: schedule: # run every monday at 2AM - cron: '0 2 * * 1' + push: jobs: pull-from-transifex: @@ -44,10 +45,13 @@ jobs: TRANSIFEX_RESOURCE: ${{ secrets.TRANSIFEX_RESOURCE }} TRANSIFEX_API_KEY: ${{ secrets.TRANSIFEX_API_KEY }} - - name: Create Pull Request - uses: peter-evans/create-pull-request@v5 - with: - commit-message: Updated translation files - title: Update translation files - branch: i18n/translations-update - author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> + - name: diff + run: git diff --color + + # - name: Create Pull Request + # uses: peter-evans/create-pull-request@v5 + # with: + # commit-message: Updated translation files + # title: Update translation files + # branch: i18n/translations-update + # author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>