Skip to content

Commit 4a92510

Browse files
fix bug (#5)
1 parent cd8f28a commit 4a92510

File tree

5 files changed

+244
-244
lines changed

5 files changed

+244
-244
lines changed

README-zh-cn.md

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

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

README.md

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

4747
```yml
48-
- uses: freeCodeCamp-China/[email protected].2
48+
- uses: freeCodeCamp-China/[email protected].3
4949
with:
5050
newsLink: '${{ github.event.issue.Body }}'
5151
```
5252
5353
The following is an extended example with all possible options available for this Action.
5454
5555
```yml
56-
- uses: freeCodeCamp-China/[email protected].2
56+
- uses: freeCodeCamp-China/[email protected].3
5757
with:
5858
# A string in a specific format that contains a link to freeCodeCamp News
5959
# format: "原文网址:[原文标题](https://www.freecodecamp.org/news/xxxxxxx/"

0 commit comments

Comments
 (0)