Skip to content

Commit d0b3dfd

Browse files
committed
[BRANDING] DEFAULT_ACTIONS_URL = https://codeberg.org
(cherry picked from commit 52b364ddbd9ac82b9e6f9c1767db2d6b36165011) (cherry picked from commit 99887cd5673f6da49664b590ad60c83fdbe25a4a) (cherry picked from commit cd5788782aa5c2ee8baecd57ca1e7882f0854453) Conflicts: docs/content/doc/advanced/config-cheat-sheet.en-us.md (cherry picked from commit f33e7c8f5aacb36343c2ce34aea0eaec83767840) (cherry picked from commit dc892c2e807b1b43fef708563ffe267ffcb9b248) (cherry picked from commit 60f53af40c102ed34bdf10e4131b0d0a3b77c1ce) (cherry picked from commit dbf7401fe81d76a775c4ee7261afb9eb61d92c45) (cherry picked from commit d89cf82796e9c8d26e9a7db50f8b639e74bdb19a)
1 parent 14cb041 commit d0b3dfd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

custom/conf/app.example.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2587,8 +2587,8 @@ ROUTER = console
25872587
; [actions]
25882588
;; Enable/Disable actions capabilities
25892589
;ENABLED = false
2590-
;; Default address to get action plugins, e.g. the default value means downloading from "https://gitea.com/actions/checkout" for "uses: actions/checkout@v3"
2591-
;DEFAULT_ACTIONS_URL = https://gitea.com
2590+
;; Default address to get action plugins, e.g. the default value means downloading from "https://codeberg.org/actions/checkout" for "uses: actions/checkout@v3"
2591+
;DEFAULT_ACTIONS_URL = https://codeberg.org
25922592

25932593
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
25942594
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

modules/setting/actions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ var (
1515
DefaultActionsURL string `ini:"DEFAULT_ACTIONS_URL"`
1616
}{
1717
Enabled: false,
18-
DefaultActionsURL: "https://gitea.com",
18+
DefaultActionsURL: "https://codeberg.org",
1919
}
2020
)
2121

0 commit comments

Comments
 (0)