Bump com.google.errorprone:error_prone_core from 2.23.0 to 2.24.0 #80
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Copy .po files to po-files branch | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
copy: | |
name: Copy to po-files | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Push subdirectory | |
uses: s0/git-publish-subdir-action@develop | |
env: | |
REPO: self | |
BRANCH: po-files | |
FOLDER: app/locale | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
MESSAGE: "Automated export to {target-branch}\n\nFrom branch main commit {long-sha}:\n\n{msg}" | |
SKIP_EMPTY_COMMITS: true |