Skip to content

Commit 2dfe1bc

Browse files
committed
docs: update readme
1 parent a75a2fa commit 2dfe1bc

File tree

3 files changed

+11310
-9956
lines changed

3 files changed

+11310
-9956
lines changed

README-zh-cn.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ news-translate
4242
在 job 中添加下面的 step.
4343

4444
```yml
45-
- uses: freeCodeCamp-China/[email protected].7
45+
- uses: freeCodeCamp-China/[email protected].8
4646
with:
4747
newsLink: '${{ github.event.issue.Body }}'
4848
markDownFilePath: './chinese/articles/'
@@ -52,7 +52,7 @@ news-translate
5252
下面是一个扩展示例,尽可能包含所有选项。
5353
5454
```yml
55-
- uses: freeCodeCamp-China/[email protected].7
55+
- uses: freeCodeCamp-China/[email protected].8
5656
with:
5757
# 一个特定的格式的字符串,该字符串包含一个指向 freeCodeCamp 的News 的链接。
5858
# 格式: "原文网址:[原文标题](https://www.freecodecamp.org/news/xxxxxxx/"

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ news-translate
4545
Add the following step your job.
4646

4747
```yml
48-
- uses: freeCodeCamp-China/[email protected].7
48+
- uses: freeCodeCamp-China/[email protected].8
4949
with:
5050
newsLink: '${{ github.event.issue.Body }}'
5151
markDownFilePath: './chinese/articles/'
@@ -55,7 +55,7 @@ Add the following step your job.
5555
The following is an extended example with all possible options available for this Action.
5656
5757
```yml
58-
- uses: freeCodeCamp-China/[email protected].7
58+
- uses: freeCodeCamp-China/[email protected].8
5959
with:
6060
# A string in a specific format that contains a link to freeCodeCamp News
6161
# format: "原文网址:[原文标题](https://www.freecodecamp.org/news/xxxxxxx/"

0 commit comments

Comments
 (0)