-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
044ffe6
commit 953b418
Showing
3 changed files
with
11,310 additions
and
9,956 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/' | ||
|
@@ -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/" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/' | ||
|
@@ -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/" | ||
|
Oops, something went wrong.