mirror of
https://github.com/Smaug123/gitea-repo-config
synced 2025-10-06 07:58:39 +00:00
Add ability to mirror from Gitea to GitHub (#30)
This commit is contained in:
@@ -32,6 +32,16 @@
|
||||
"defaultBranch": "main",
|
||||
"private": false
|
||||
}
|
||||
},
|
||||
"new-repo-mirrored": {
|
||||
"description": "A repo that's created directly on this Gitea and mirrored to GitHub",
|
||||
"native": {
|
||||
"defaultBranch": "main",
|
||||
"private": false,
|
||||
"mirror": {
|
||||
"gitHubAddress": "https://github.com/MyName/repo-name-3"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -18,7 +18,7 @@ module TestSwaggerJson =
|
||||
Assembly.GetExecutingAssembly().Location
|
||||
|> FileInfo
|
||||
|> fun fi -> fi.Directory
|
||||
|> Utils.findFileAbove "Gitea/swagger.v1.json"
|
||||
|> Utils.findFileAbove "Gitea.Declarative.Lib/swagger.v1.json"
|
||||
|
||||
task {
|
||||
use client = new HttpClient ()
|
||||
|
Reference in New Issue
Block a user