From 7e75280d18f5adabd9ee0bf00d1fe85419628b93 Mon Sep 17 00:00:00 2001 From: FengZhang Date: Sat, 30 Nov 2024 07:25:52 +0800 Subject: [PATCH] fix: the issue where the translation bot is not working. (#721) fix action error of the issule translator --- .github/workflows/issue-robot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue-robot.yml b/.github/workflows/issue-robot.yml index 3052ce99f..0c6fc3a9d 100644 --- a/.github/workflows/issue-robot.yml +++ b/.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