Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenruyan authored Jul 4, 2023
1 parent 620e2db commit f77ed59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f77ed59

Please sign in to comment.