fix: correct submodule URL and CI git config for Forgejo port 2222
This commit is contained in:
parent
ff356d58ba
commit
f424180308
2 changed files with 4 additions and 4 deletions
|
|
@ -30,7 +30,7 @@ jobs:
|
|||
steps:
|
||||
- name: Configure git for submodules
|
||||
run: |
|
||||
git config --global url."https://oauth2:${{ secrets.FORGEJO_TOKEN }}@git.mcintire.me/".insteadOf "ssh://git@git.mcintire.me/"
|
||||
git config --global url."https://oauth2:${{ secrets.FORGEJO_TOKEN }}@git.mcintire.me/".insteadOf "ssh://git@git.mcintire.me:2222/"
|
||||
|
||||
- name: Checkout
|
||||
uses: https://code.forgejo.org/actions/checkout@v4
|
||||
|
|
@ -89,7 +89,7 @@ jobs:
|
|||
steps:
|
||||
- name: Configure git for submodules
|
||||
run: |
|
||||
git config --global url."https://oauth2:${{ secrets.FORGEJO_TOKEN }}@git.mcintire.me/".insteadOf "ssh://git@git.mcintire.me/"
|
||||
git config --global url."https://oauth2:${{ secrets.FORGEJO_TOKEN }}@git.mcintire.me/".insteadOf "ssh://git@git.mcintire.me:2222/"
|
||||
|
||||
- name: Checkout
|
||||
uses: https://code.forgejo.org/actions/checkout@v4
|
||||
|
|
@ -133,7 +133,7 @@ jobs:
|
|||
steps:
|
||||
- name: Configure git for submodules
|
||||
run: |
|
||||
git config --global url."https://oauth2:${{ secrets.FORGEJO_TOKEN }}@git.mcintire.me/".insteadOf "ssh://git@git.mcintire.me/"
|
||||
git config --global url."https://oauth2:${{ secrets.FORGEJO_TOKEN }}@git.mcintire.me/".insteadOf "ssh://git@git.mcintire.me:2222/"
|
||||
|
||||
- name: Checkout code
|
||||
uses: https://code.forgejo.org/actions/checkout@v4
|
||||
|
|
|
|||
2
.gitmodules
vendored
2
.gitmodules
vendored
|
|
@ -1,6 +1,6 @@
|
|||
[submodule "vendor/aprs"]
|
||||
path = vendor/aprs
|
||||
url = ssh://git@git.mcintire.me/gmcintire/aprs.git
|
||||
url = ssh://git@git.mcintire.me:2222/graham/aprs.git
|
||||
[submodule "vendor/aprs-gleam"]
|
||||
path = vendor/aprs-gleam
|
||||
url = https://github.com/aprsme/aprs-gleam.git
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue