Updated Linux workflow yaml
This commit is contained in:
@@ -7,7 +7,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Configure Git Redirect
|
- 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
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user