fix repo url
Some checks failed
Build, Upload RootFS, and Push Docker Images / build-rootfs-archives (push) Successful in 7m45s
Build, Upload RootFS, and Push Docker Images / generate-changelogs (push) Failing after 32s
Build, Upload RootFS, and Push Docker Images / push-archives-to-repo (push) Successful in 58s
Build, Upload RootFS, and Push Docker Images / build-and-push-docker-images (push) Has been skipped

This commit is contained in:
2025-07-05 15:22:01 -07:00
parent d235d8fde8
commit 7a4f64051b

View File

@@ -122,7 +122,7 @@ jobs:
uses: actions/checkout@v3
- name: Clone upload repo
run: git clone "${{ env.REPO_URL }}" upload-repo
run: git clone "${{ env.REPO_URL2 }}" upload-repo
- name: Generate CHANGES.md and build-info.json
run: |