diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 9853217c57a..2dc46469064 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -22,7 +22,7 @@ jobs: git config --local user.name "zhenruyan" git remote set-url origin https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }} git pull --all - git remote set-url libre git://linux-libre.fsfla.org/releases.git + git remote add libre git://linux-libre.fsfla.org/releases.git git fetch libre git pull libre --all git push origin --all