Skip to content

Commit a3b09da

Browse files
authored
Feat/test (#3)
* 번역 workflow 자동화 * 번역 workflow 자동화
1 parent 9d173c5 commit a3b09da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/translate-to-english.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ jobs:
7070
uses: stefanzweifel/git-auto-commit-action@v5
7171
with:
7272
commit_message: "chore: add English translations for PR #${{ github.event.pull_request.number }}"
73-
file_pattern: "_posts_en/**/*.md"
73+
file_pattern: _posts_en/*.md
7474

7575

0 commit comments

Comments
 (0)