Update repository URL in CI workflow
Some checks failed
Emacs Package CI / Compile Emacs Package (push) Failing after 40s
Emacs Package CI / Lint Emacs Package (push) Failing after 3s

- 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:
Roger Gonzalez 2025-05-15 20:03:31 -03:00
parent 57e9a1ab2b
commit cb7f77c9a3
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6

View File

@ -18,7 +18,7 @@ jobs:
- name: Checkout manually - name: Checkout manually
run: | run: |
apt-get update && apt-get install -y git 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 - name: Install Git
run: | run: |