Update repository URL in CI workflow
- Changes the repository URL to forge-llm. - This ensures the CI workflow clones the correct repository. - The previous URL was incorrect.
This commit is contained in:
parent
57e9a1ab2b
commit
cb7f77c9a3
@ -18,7 +18,7 @@ jobs:
|
||||
- name: Checkout manually
|
||||
run: |
|
||||
apt-get update && apt-get install -y git
|
||||
git clone https://gitea.example.com/your/repo.git .
|
||||
git clone https://git.rogs.me/rogs/forge-llm.git
|
||||
|
||||
- name: Install Git
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user