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.
|
||||
|
||||
name: build
|
||||
on: [pull_request, push]
|
||||
#on: [pull_request, push]
|
||||
on: []
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
modLoader = "javafml"
|
||||
loaderVersion = "*"
|
||||
license = "LGPLv3"
|
||||
issueTrackerURL="https://github.com/NeoFlock/NeoComputers/issues"
|
||||
issueTrackerURL="https://gitea.codersquack.nl/NeoFlock/NeoComputers/issues"
|
||||
|
||||
[[mods]]
|
||||
modId = "neocomputers"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
modLoader = "javafml"
|
||||
loaderVersion = "*"
|
||||
license = "LGPLv3"
|
||||
issueTrackerURL="https://github.com/NeoFlock/NeoComputers/issues"
|
||||
issueTrackerURL="https://gitea.codersquack.nl/NeoFlock/NeoComputers/issues"
|
||||
|
||||
[[mods]]
|
||||
modId = "neocomputers"
|
||||
|
||||
Reference in New Issue
Block a user