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
parent
commit
7e75280d18
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/issue-robot.yml

+ 1
- 1
.github/workflows/issue-robot.yml View File

@@ -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


Loading…
Cancel
Save