You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/doc/actions/comparison.en-us.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -132,7 +132,7 @@ The missing host will be filled with `https://gitea.com` if you don't configure
132
132
That means `uses: actions/checkout@v3` will download the action from [gitea.com/actions/checkout](https://gitea.com/actions/checkout), instead of [github.com/actions/checkout](https://github.com/actions/checkout).
133
133
134
134
As mentioned, it's configurable.
135
-
If you want your runners to download actions from GitHub or your own Gitea instance by default, you can configure it by setting `[actions].DEFAULT_ACTIONS_URL`. See [Configuration Cheat Sheet](({{ < relref "doc/administration/config-cheat-sheet.en-us.md#actions-actions" > }})).
135
+
If you want your runners to download actions from GitHub or your own Gitea instance by default, you can configure it by setting `[actions].DEFAULT_ACTIONS_URL`. See [Configuration Cheat Sheet]({{< relref "doc/administration/config-cheat-sheet.en-us.md#actions-actions" >}}).
Copy file name to clipboardExpand all lines: docs/content/doc/actions/quickstart.en-us.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ This page will guide you through the process of using Gitea Actions.
24
24
## Set up Gitea
25
25
26
26
First of all, you need a Gitea instance.
27
-
You can follow the [documentation]({{< relref "doc/installation/from-package.en-us.md" >}}) to set up a new instance or upgrade your existing one.
27
+
You can follow the [documentation]({{< relref "doc/installation/from-package.en-us.md" >}}) to set up a new instance or upgrade your existing one.
28
28
It doesn't matter how you install or run Gitea, as long as its version is 1.19.0 or higher.
29
29
30
30
Actions are disabled by default, so you need to add the following to the configuration file to enable it:
@@ -34,7 +34,7 @@ Actions are disabled by default, so you need to add the following to the configu
34
34
ENABLED=true
35
35
```
36
36
37
-
If you want to learn more or encounter any problems while configuring it, please refer to the [Configuration Cheat Sheet]({{< relref "doc/administration/config-cheat-sheet.en-us.md#actions-actions" >}}).
37
+
If you want to learn more or encounter any problems while configuring it, please refer to the [Configuration Cheat Sheet]({{< relref "doc/administration/config-cheat-sheet.en-us.md#actions-actions" >}}).
38
38
39
39
### Set up runner
40
40
@@ -85,7 +85,7 @@ And you can see the new runner in the management page:
You can find more information by visiting [Act runner]({{< relref "doc/actions/act-runner.en-us.md" >}}).
88
+
You can find more information by visiting [Act runner]({{< relref "doc/actions/act-runner.en-us.md" >}}).
89
89
90
90
### Use Actions
91
91
@@ -129,7 +129,7 @@ That is because Gitea Actions is designed to be compatible with GitHub Actions
129
129
Be careful, the demo file contains some emojis.
130
130
Please make sure your database supports them, especially when using MySQL.
131
131
If the charset is not `utf8mb4`, errors will occur, such as `Error 1366 (HY000): Incorrect string value: '\\xF0\\x9F\\x8E\\x89 T...' for column 'name' at row 1`.
132
-
See [Database Preparation]( {{ < relref "doc/installation/database-preparation.en-us.md#mysql" >}}) for more information.
132
+
See [Database Preparation]({{< relref "doc/installation/database-preparation.en-us.md#mysql" >}}) for more information.
133
133
134
134
Alternatively, you can remove all emojis from the demo file and try again.
Copy file name to clipboardExpand all lines: docs/content/doc/usage/push.zh-tw.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ Push to create is a feature that allows you to push to a repository that does no
54
54
55
55
## Enabling Push To Create
56
56
57
-
In the `app.ini` file, set `ENABLE_PUSH_CREATE_USER` to `true` and `ENABLE_PUSH_CREATE_ORG` to `true` if you want to allow users to create repositories in their own user account and in organizations they are a member of respectively. Restart Gitea for the changes to take effect. You can read more about these two options in the [Configuration Cheat Sheet]({{< relref "doc/administration/config-cheat-sheet.zh-tw.md#repository-repository" >}}).
57
+
In the `app.ini` file, set `ENABLE_PUSH_CREATE_USER` to `true` and `ENABLE_PUSH_CREATE_ORG` to `true` if you want to allow users to create repositories in their own user account and in organizations they are a member of respectively. Restart Gitea for the changes to take effect. You can read more about these two options in the [Configuration Cheat Sheet]({{< relref "doc/administration/config-cheat-sheet.zh-tw.md#repository-repository" >}}).
0 commit comments