Set amount to the subtotal when the discount amount exceeds the subto… #2
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: | |
- 'src/Resources/translations/admin.en.yaml' | |
permissions: | |
contents: read | |
jobs: | |
poeditor: | |
runs-on: ubuntu-latest | |
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 |