Skip to content

Commit

Permalink
update version 2.5 to 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsun28 committed Aug 17, 2021
1 parent 026728a commit ac9866e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: tomsun28/issues-translate-action@v2.5
- uses: tomsun28/issues-translate-action@v2.6
with:
IS_MODIFY_TITLE: false
# not require, default false, . Decide whether to modify the issue title
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: tomsun28/issues-translate-action@v2.5
- uses: tomsun28/issues-translate-action@v2.6
with:
BOT_GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
# Required, input your bot github token
Expand Down
4 changes: 2 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: tomsun28/issues-translate-action@v2.5
- uses: tomsun28/issues-translate-action@v2.6
with:
IS_MODIFY_TITLE: false
# 非必须,决定是否需要修改issue标题内容
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: tomsun28/issues-translate-action@v2.5
- uses: tomsun28/issues-translate-action@v2.6
with:
BOT_GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
# 非必须,填写您的机器人github账户token
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "issues-translator",
"version": "2.5.0",
"version": "2.6.0",
"private": true,
"description": "The action for translating Non-English issues content to English.",
"main": "lib/main.js",
Expand Down

0 comments on commit ac9866e

Please sign in to comment.