fix repo url
Some checks failed
Build, Upload RootFS, and Push Docker Images / build-rootfs-archives (push) Successful in 6m48s
Build, Upload RootFS, and Push Docker Images / generate-changelogs (push) Failing after 1m0s
Build, Upload RootFS, and Push Docker Images / push-archives-to-repo (push) Successful in 59s
Build, Upload RootFS, and Push Docker Images / build-and-push-docker-images (push) Has been skipped
Some checks failed
Build, Upload RootFS, and Push Docker Images / build-rootfs-archives (push) Successful in 6m48s
Build, Upload RootFS, and Push Docker Images / generate-changelogs (push) Failing after 1m0s
Build, Upload RootFS, and Push Docker Images / push-archives-to-repo (push) Successful in 59s
Build, Upload RootFS, and Push Docker Images / build-and-push-docker-images (push) Has been skipped
This commit is contained in:
@@ -9,7 +9,6 @@ on:
|
||||
|
||||
env:
|
||||
REPO_URL: ${{ secrets.REPO_URL }}
|
||||
REPO_URL2: ${{ secrets.REPO_URL2 }}
|
||||
GIT_USERNAME: ${{ secrets.GIT_USERNAME }}
|
||||
GIT_EMAIL: ${{ secrets.GIT_EMAIL }}
|
||||
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
|
||||
@@ -123,7 +122,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Clone upload repo
|
||||
run: git clone "${{ env.REPO_URL2 }}" upload-repo
|
||||
run: git clone "${{ env.REPO_URL }}" upload-repo
|
||||
|
||||
- name: Generate CHANGES.md and build-info.json
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user