Skip to content

Commit 3f9557c

Browse files
lunnysilverwind
authored andcommitted
Update actions document about comparsion as Github Actions (go-gitea#28560)
1 parent 087ab1b commit 3f9557c

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

docs/content/usage/actions/comparison.en-us.md

+8
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ Like `uses: https://github.com/actions/checkout@v3` or `uses: http://your_gitea.
2929
Gitea Actions supports writing actions in Go.
3030
See [Creating Go Actions](https://blog.gitea.com/creating-go-actions/).
3131

32+
### Support the non-standard syntax @yearly, @monthly, @weekly, @daily, @hourly on schedule
33+
34+
Github Actions doesn't support that. https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule
35+
3236
## Unsupported workflows syntax
3337

3438
### `concurrency`
@@ -110,6 +114,10 @@ It's ignored by Gitea Actions now.
110114

111115
Pre and Post steps don't have their own section in the job log user interface.
112116

117+
### Services steps
118+
119+
Services steps don't have their own section in the job log user interface.
120+
113121
## Different behavior
114122

115123
### Downloading actions

docs/content/usage/actions/comparison.zh-cn.md

+8
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ Gitea Actions支持通过URL绝对路径定义actions,这意味着您可以使
2929
Gitea Actions支持使用Go编写Actions。
3030
请参阅[创建Go Actions](https://blog.gitea.com/creating-go-actions/)
3131

32+
### 支持非标准的调度语法 @yearly, @monthly, @weekly, @daily, @hourly
33+
34+
Github Actions 不支持这些语法,详见: https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule
35+
3236
## 不支持的工作流语法
3337

3438
### `concurrency`
@@ -116,6 +120,10 @@ Gitea Actions目前不支持此功能。
116120

117121
预处理和后处理步骤在Job日志用户界面中没有自己的用户界面。
118122

123+
### 服务步骤
124+
125+
服务步骤在Job日志用户界面中没有自己的用户界面。
126+
119127
## 不一样的行为
120128

121129
### 下载Actions

0 commit comments

Comments
 (0)