Skip to content

Commit d6140bd

Browse files
committed
feat: add checkout step to issue translation workflow
1 parent b128270 commit d6140bd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/issue-translation.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ jobs:
2727
issues: write
2828
id-token: write
2929
steps:
30+
- name: Checkout repository
31+
uses: actions/checkout@v4
32+
with:
33+
fetch-depth: 0
34+
3035
- name: Translate issue body with Claude (auto detect)
3136
id: translate
3237
uses: anthropics/claude-code-action@v1

0 commit comments

Comments
 (0)