Skip to content

Commit 527d18a

Browse files
committed
workflow: fix path
1 parent f508f79 commit 527d18a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/extract-i18n.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ jobs:
3232
--sh-path application/qmodem/files/usr/share/qmodem \
3333
--js-path luci/luci-app-qmodem-next/htdocs/luci-static/resources \
3434
--format po \
35-
--output luci/luci-app-qmodem-next/po/template
35+
--output luci/luci-app-qmodem-next/po/template/qmodem-next.po
3636
3737
- name: Check for changes
3838
id: git-check
3939
run: |
40-
git diff --exit-code luci/luci-app-qmodem-next/po/template || echo "changed=true" >> $GITHUB_OUTPUT
40+
git diff --exit-code luci/luci-app-qmodem-next/po/template/qmodem-next.po || echo "changed=true" >> $GITHUB_OUTPUT
4141
4242
- name: Commit and push if changed
4343
if: steps.git-check.outputs.changed == 'true' && github.event_name == 'push'

0 commit comments

Comments
 (0)