Skip to content

[Improvement]: Set default date time formats on startup based on user… #27

[Improvement]: Set default date time formats on startup based on user…

[Improvement]: Set default date time formats on startup based on user… #27

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