diff --git a/.github/workflows/weblate-merge-po.yml b/.github/workflows/weblate-merge-po.yml index 90a98d11b8..57532ae0c4 100644 --- a/.github/workflows/weblate-merge-po.yml +++ b/.github/workflows/weblate-merge-po.yml @@ -92,7 +92,7 @@ jobs: if: steps.check_changes.outputs.po_updated == 'true' working-directory: ./agama run: | - web/share/update-manifest.py src/manifest.json + web/share/update-manifest.py web/src/manifest.json # use a unique branch to avoid possible conflicts with already existing branches git checkout -b "po_merge_${GITHUB_RUN_ID}" git commit -a -m "Update PO files"$'\n\n'"Agama-weblate commit: `git -C ../agama-weblate rev-parse HEAD`"