loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update actions document about comparsion as Github Actions (#28560)

authored by

Lunny Xiao and committed by
GitHub
3d98d99e 2c48733a

+16
+8
docs/content/usage/actions/comparison.en-us.md
··· 29 29 Gitea Actions supports writing actions in Go. 30 30 See [Creating Go Actions](https://blog.gitea.com/creating-go-actions/). 31 31 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 + 32 36 ## Unsupported workflows syntax 33 37 34 38 ### `concurrency` ··· 109 113 ### Pre and Post steps 110 114 111 115 Pre and Post steps don't have their own section in the job log user interface. 116 + 117 + ### Services steps 118 + 119 + Services steps don't have their own section in the job log user interface. 112 120 113 121 ## Different behavior 114 122
+8
docs/content/usage/actions/comparison.zh-cn.md
··· 29 29 Gitea Actions支持使用Go编写Actions。 30 30 请参阅[创建Go Actions](https://blog.gitea.com/creating-go-actions/)。 31 31 32 + ### 支持非标准的调度语法 @yearly, @monthly, @weekly, @daily, @hourly 33 + 34 + Github Actions 不支持这些语法,详见: https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule 35 + 32 36 ## 不支持的工作流语法 33 37 34 38 ### `concurrency` ··· 115 119 ### 预处理和后处理步骤 116 120 117 121 预处理和后处理步骤在Job日志用户界面中没有自己的用户界面。 122 + 123 + ### 服务步骤 124 + 125 + 服务步骤在Job日志用户界面中没有自己的用户界面。 118 126 119 127 ## 不一样的行为 120 128