Skip to content

Commit

Permalink
doc:update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
luojiyin1987 committed Sep 16, 2022
1 parent 044ffe6 commit 953b418
Show file tree
Hide file tree
Showing 3 changed files with 11,310 additions and 9,956 deletions.
4 changes: 2 additions & 2 deletions README-zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ news-translate
在 job 中添加下面的 step.

```yml
- uses: freeCodeCamp-China/[email protected].6
- uses: freeCodeCamp-China/[email protected].7
with:
newsLink: '${{ github.event.issue.Body }}'
markDownFilePath: './chinese/articles/'
Expand All @@ -52,7 +52,7 @@ news-translate
下面是一个扩展示例,尽可能包含所有选项。
```yml
- uses: freeCodeCamp-China/[email protected].6
- uses: freeCodeCamp-China/[email protected].7
with:
# 一个特定的格式的字符串,该字符串包含一个指向 freeCodeCamp 的News 的链接。
# 格式: "原文网址:[原文标题](https://www.freecodecamp.org/news/xxxxxxx/"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ news-translate
Add the following step your job.

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

0 comments on commit 953b418

Please sign in to comment.