Skip to content

Commit

Permalink
Merge pull request #827 from openSUSE/fix-weblate-merge-po
Browse files Browse the repository at this point in the history
Fix the weblate-merge-po task
  • Loading branch information
lslezak committed Oct 31, 2023
2 parents eec3080 + 8e98bcf commit 9cfbf7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/weblate-merge-po.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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`"
Expand Down

0 comments on commit 9cfbf7f

Please sign in to comment.