test
Build KabOS Image / build (push) Failing after 25s Details

This commit is contained in:
mkm1971 2026-04-26 21:50:32 +00:00
parent 2ef81c5dd3
commit 5d4feca117
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,10 @@ jobs:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:
- name: Fix repo URL (IMPORTANT)
run: |
git config --global url."http://forgejo-kabos:3000/".insteadOf "http://forgejo:3000/"
- name: Checkout repo - name: Checkout repo
uses: actions/checkout@v3 uses: actions/checkout@v3