Skip to content

Commit 2d9b91a

Browse files
authored
Fix the description about the default setting for action in quick start document (#28160)
Since #27054, Actions are enabled by default. so we should also edit the document. 😃 ps: I think this should be backport to 1.21.0.
1 parent d1acd7e commit 2d9b91a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ First of all, you need a Gitea instance.
2323
You can follow the [documentation](installation/from-package.md) to set up a new instance or upgrade your existing one.
2424
It doesn't matter how you install or run Gitea, as long as its version is 1.19.0 or higher.
2525

26-
Actions are disabled by default, so you need to add the following to the configuration file to enable it:
26+
Since 1.21.0, Actions are enabled by default. If you are using versions before 1.21.0, you need to add the following to the configuration file to enable it:
2727

2828
```ini
2929
[actions]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ menu:
2323
您可以按照[文档](installation/from-package.md) 来设置一个新实例或升级现有实例。
2424
无论您如何安装或运行Gitea,只要版本号是1.19.0或更高即可。
2525

26-
默认情况下,Actions是禁用的,因此您需要将以下内容添加到配置文件中以启用它
26+
从1.21.0开始,默认情况下,Actions是启用的。如果您正在使用1.21.0之前的版本,您需要将以下内容添加到配置文件中以启用它
2727

2828
```ini
2929
[actions]

0 commit comments

Comments
 (0)