disable workflows and change the issueTrackerURL to the right one
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -4,7 +4,8 @@
|
|||||||
# against bad commits.
|
# against bad commits.
|
||||||
|
|
||||||
name: build
|
name: build
|
||||||
on: [pull_request, push]
|
#on: [pull_request, push]
|
||||||
|
on: []
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
modLoader = "javafml"
|
modLoader = "javafml"
|
||||||
loaderVersion = "*"
|
loaderVersion = "*"
|
||||||
license = "LGPLv3"
|
license = "LGPLv3"
|
||||||
issueTrackerURL="https://github.com/NeoFlock/NeoComputers/issues"
|
issueTrackerURL="https://gitea.codersquack.nl/NeoFlock/NeoComputers/issues"
|
||||||
|
|
||||||
[[mods]]
|
[[mods]]
|
||||||
modId = "neocomputers"
|
modId = "neocomputers"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
modLoader = "javafml"
|
modLoader = "javafml"
|
||||||
loaderVersion = "*"
|
loaderVersion = "*"
|
||||||
license = "LGPLv3"
|
license = "LGPLv3"
|
||||||
issueTrackerURL="https://github.com/NeoFlock/NeoComputers/issues"
|
issueTrackerURL="https://gitea.codersquack.nl/NeoFlock/NeoComputers/issues"
|
||||||
|
|
||||||
[[mods]]
|
[[mods]]
|
||||||
modId = "neocomputers"
|
modId = "neocomputers"
|
||||||
|
|||||||
Reference in New Issue
Block a user