Skip to content

Commit

Permalink
Update Actions documentation missing feature (go-gitea#31034)
Browse files Browse the repository at this point in the history
Fix
go-gitea#25897 (comment)

---------

Co-authored-by: silverwind <[email protected]>
Co-authored-by: yp05327 <[email protected]>
  • Loading branch information
3 people authored May 22, 2024
1 parent de6f048 commit 945dfed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/content/usage/actions/comparison.en-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@ See [Creating an annotation for an error](https://docs.github.com/en/actions/usi

It's ignored by Gitea Actions now.

### Expressions

For [expressions](https://docs.github.com/en/actions/learn-github-actions/expressions), only [`always()`](https://docs.github.com/en/actions/learn-github-actions/expressions#always) is supported.

## Missing UI features

### Pre and Post steps
Expand Down
4 changes: 4 additions & 0 deletions docs/content/usage/actions/comparison.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@ Gitea Actions目前不支持此功能。

Gitea Actions目前不支持此功能。

### 表达式

对于 [表达式](https://docs.github.com/en/actions/learn-github-actions/expressions), 当前仅 [`always()`](https://docs.github.com/en/actions/learn-github-actions/expressions#always) 被支持。

## 缺失的UI功能

### 预处理和后处理步骤
Expand Down

0 comments on commit 945dfed

Please sign in to comment.