We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca4e104 commit 0fa4304Copy full SHA for 0fa4304
.github/workflows/new-poeditor-export.yml.bak
@@ -0,0 +1,21 @@
1
+name: "Trigger POEditor Translations Export"
2
+
3
+on:
4
+ workflow_dispatch:
5
+ push:
6
+ branches:
7
+ - "[0-9]+.x"
8
+ - "docs_actions"
9
+ - "main"
10
+ paths:
11
+ - "src/Resources/translations/admin.en.yml"
12
13
+permissions:
14
+ contents: read
15
16
+jobs:
17
+ poeditor:
18
+ uses: pimcore/workflows-collection-public/.github/workflows/reusable-poeditor.yaml@main
19
+ secrets:
20
+ POEDITOR_ACTION_TRIGGER_TOKEN: ${{ secrets.POEDITOR_ACTION_TRIGGER_TOKEN }}
21
0 commit comments