We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f508f79 commit 527d18aCopy full SHA for 527d18a
.github/workflows/extract-i18n.yml
@@ -32,12 +32,12 @@ jobs:
32
--sh-path application/qmodem/files/usr/share/qmodem \
33
--js-path luci/luci-app-qmodem-next/htdocs/luci-static/resources \
34
--format po \
35
- --output luci/luci-app-qmodem-next/po/template
+ --output luci/luci-app-qmodem-next/po/template/qmodem-next.po
36
37
- name: Check for changes
38
id: git-check
39
run: |
40
- git diff --exit-code luci/luci-app-qmodem-next/po/template || echo "changed=true" >> $GITHUB_OUTPUT
+ git diff --exit-code luci/luci-app-qmodem-next/po/template/qmodem-next.po || echo "changed=true" >> $GITHUB_OUTPUT
41
42
- name: Commit and push if changed
43
if: steps.git-check.outputs.changed == 'true' && github.event_name == 'push'
0 commit comments