1
0
Fork 0
forked from forgejo/forgejo

Actions are no longer experimental, so enable them by default (#27054)

This PR makes the actions enabled by default, so people will find it
easier to enable actions in repository setting.
This commit is contained in:
Lunny Xiao 2023-09-15 14:43:39 +08:00 committed by GitHub
parent 3cd719a63d
commit e5ec57cd60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -2562,7 +2562,7 @@ LEVEL = Info
; [actions]
;; Enable/Disable actions capabilities
;ENABLED = false
;ENABLED = true
;;
;; Default platform to get action plugins, `github` for `https://github.com`, `self` for the current Gitea instance.
;DEFAULT_ACTIONS_URL = github