change repo url for changelog generation

This commit is contained in:
2025-07-05 15:00:51 -07:00
parent 2d31b20faf
commit a4245f7e04

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 and append changelogs
run: |