Merge remote-tracking branch 'origin/1.4' into 1.x #23
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: "Trigger POEditor Translations Export" | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- "[0-9]+.x" | |
paths: | |
- 'translations/admin.en.yaml' | |
- 'translations/admin_ext.en.yaml' | |
permissions: | |
contents: read | |
jobs: | |
poeditor: | |
runs-on: ubuntu-latest | |
if: ${{ github.repository == 'pimcore/admin-ui-classic-bundle' }} | |
steps: | |
- name: Trigger workflow in pimcore/poeditor-export-action | |
env: | |
GH_TOKEN: ${{ secrets.POEDITOR_ACTION_TRIGGER_TOKEN }} | |
run: | | |
gh workflow run -R pimcore/poeditor-export-action poeditor-export.yaml |