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 1a36435 commit 3b3bc3dCopy full SHA for 3b3bc3d
.github/workflows/sync.yaml
@@ -43,7 +43,7 @@ jobs:
43
run: |
44
pip install pre-commit
45
pre-commit run --all-files pofmt
46
- git add .
+ git add docs/ src/
47
git commit -m "Update po files by GitHub Actions"
48
49
- name: Push changes
0 commit comments