Browse Source
fix: the issue where the translation bot is not working. (#721)
fix action error of the issule translator
tags/v2.0.0
FengZhang
GitHub
10 months ago
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
.github/workflows/issue-robot.yml
|
|
@@ -26,7 +26,7 @@ jobs: |
|
|
|
build: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- uses: tomsun28/issues-translate-action@v2.6 |
|
|
|
- uses: usthe/issues-translate-action@v2.7 |
|
|
|
with: |
|
|
|
# it is not necessary to decide whether you need to modify the issue header content |
|
|
|
IS_MODIFY_TITLE: false |
|
|
|