mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-06-04 17:34:49 -04:00
fix: actions move to data.forgejo.org
code.forgejo.org is meant for development, the actions need to be highly available and can be read-only. This is what data.forgejo.org will provide.
This commit is contained in:
parent
06dac2b448
commit
d07c5cf69c
17 changed files with 60 additions and 60 deletions
|
@ -46,7 +46,7 @@ func (url defaultActionsURL) URL() string {
|
|||
}
|
||||
|
||||
const (
|
||||
defaultActionsURLForgejo = "https://code.forgejo.org"
|
||||
defaultActionsURLForgejo = "https://data.forgejo.org"
|
||||
defaultActionsURLGitHub = "github" // https://github.com
|
||||
defaultActionsURLSelf = "self" // the root URL of the self-hosted instance
|
||||
)
|
||||
|
|
|
@ -117,7 +117,7 @@ func Test_getDefaultActionsURLForActions(t *testing.T) {
|
|||
iniStr: `
|
||||
[actions]
|
||||
`,
|
||||
wantURL: "https://code.forgejo.org",
|
||||
wantURL: "https://data.forgejo.org",
|
||||
},
|
||||
{
|
||||
name: "github",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue