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 1b11486 commit 74d279bCopy full SHA for 74d279b
.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