diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index dc5af2b..18060a1 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -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 diff --git a/.gitmodules b/.gitmodules index ce8458e..ea91a82 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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