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
-`MINIO_USE_SSL`: **false**: Minio enabled ssl only available when `STORAGE_TYPE` is `minio`
1277
1277
-`MINIO_INSECURE_SKIP_VERIFY`: **false**: Minio skip SSL verification available when STORAGE_TYPE is `minio`
1278
1278
1279
-
The recommanded storage configuration for minio like below:
1279
+
The recommended storage configuration for minio like below:
1280
1280
1281
1281
```ini
1282
1282
[storage]
@@ -1400,7 +1400,7 @@ Please note that using `self` is not recommended for most cases, as it could mak
1400
1400
Additionally, it requires you to mirror all the actions you need to your Gitea instance, which may not be worth it.
1401
1401
Therefore, please use `self` only if you understand what you are doing.
1402
1402
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`.
1403
+
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
1404
However, later updates removed those options, and now the only options are `github` and `self`, with the default value being `github`.
1405
1405
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
1406
Like `uses: https://gitea.com/actions/checkout@v3` or `uses: http://your-git-server/actions/checkout@v3`.
0 commit comments