We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d173c5 commit a3b09daCopy full SHA for a3b09da
1 file changed
.github/workflows/translate-to-english.yml
@@ -70,6 +70,6 @@ jobs:
70
uses: stefanzweifel/git-auto-commit-action@v5
71
with:
72
commit_message: "chore: add English translations for PR #${{ github.event.pull_request.number }}"
73
- file_pattern: "_posts_en/**/*.md"
+ file_pattern: _posts_en/*.md
74
75
0 commit comments