diff options
Diffstat (limited to '.github/workflows/cron-translations.yml')
-rw-r--r-- | .github/workflows/cron-translations.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cron-translations.yml b/.github/workflows/cron-translations.yml index b0effdee9d..390aae7c07 100644 --- a/.github/workflows/cron-translations.yml +++ b/.github/workflows/cron-translations.yml @@ -22,7 +22,7 @@ jobs: - name: update locales run: ./build/update-locales.sh - name: push translations to repo - uses: appleboy/git-push-action@v0.0.2 + uses: appleboy/git-push-action@v0.0.3 with: author_email: "teabot@gitea.io" author_name: GiteaBot |