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
* upstream/main:
Adapt `.changelog.yml` to new labeling system (go-gitea#27701)
Update and add new eslint plugins (go-gitea#27698)
Show total TrackedTime on issue/pull/milestone lists (go-gitea#26672)
Add doctor dbconsistency fix to delete repos with no owner (go-gitea#27290)
Delete repos of org when purge delete user (go-gitea#27273)
Fix required checkboxes in issue forms (go-gitea#27592)
Upgrade xorm (go-gitea#27673)
[docs] Add note that PROTOCOL config is case-sensitive (go-gitea#25685)
Remove network call on `make clean` (go-gitea#27689)
Add unit tests for action runner token (go-gitea#27670)
Typos fixed in documentation files (go-gitea#27687)
-`MINIO_USE_SSL`: **false**: Minio enabled ssl only available when `STORAGE_TYPE` is `minio`
1277
1278
-`MINIO_INSECURE_SKIP_VERIFY`: **false**: Minio skip SSL verification available when STORAGE_TYPE is `minio`
1278
1279
1279
-
The recommanded storage configuration for minio like below:
1280
+
The recommended storage configuration for minio like below:
1280
1281
1281
1282
```ini
1282
1283
[storage]
@@ -1400,7 +1401,7 @@ Please note that using `self` is not recommended for most cases, as it could mak
1400
1401
Additionally, it requires you to mirror all the actions you need to your Gitea instance, which may not be worth it.
1401
1402
Therefore, please use `self` only if you understand what you are doing.
1402
1403
1403
-
In earlier versions (<= 1.19), `DEFAULT_ACTIONS_URL`cound be set to any custom URLs like `https://gitea.com` or `http://your-git-server,https://gitea.com`, and the default value was `https://gitea.com`.
1404
+
In earlier versions (<= 1.19), `DEFAULT_ACTIONS_URL`could be set to any custom URLs like `https://gitea.com` or `http://your-git-server,https://gitea.com`, and the default value was `https://gitea.com`.
1404
1405
However, later updates removed those options, and now the only options are `github` and `self`, with the default value being `github`.
1405
1406
However, if you want to use actions from other git server, you can use a complete URL in `uses` field, it's supported by Gitea (but not GitHub).
1406
1407
Like `uses: https://gitea.com/actions/checkout@v3` or `uses: http://your-git-server/actions/checkout@v3`.
0 commit comments