Updated Linux workflow yaml

This commit is contained in:
2025-12-30 19:02:27 +01:00
parent 44df49071c
commit 5927a8f697

View File

@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Configure Git Redirect
run: git config --global url."http://192.168.50.24:3000/".insteadOf "http://server:3000/"
run: git config --global url."http://192.168.50.24:3333/".insteadOf "http://server:3000/"
- name: Checkout
uses: actions/checkout@v3