mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-06 10:53:21 +00:00
Fix bug
This commit is contained in:
2
.github/workflows/packages.yml
vendored
2
.github/workflows/packages.yml
vendored
@@ -176,6 +176,6 @@ jobs:
|
||||
git add .
|
||||
git config --local user.email "mixython@gmail.com"
|
||||
git config --local user.name "Maxython"
|
||||
git remote set-url origin "https://Maxython:${{ secrets.GITHUB_TOKEN }}@github.com/Maxython/termux-packages-in-pacman-format.git"
|
||||
git remote set-url origin "https://Maxython:${{ secrets.TOKEN }}@github.com/Maxython/termux-packages-in-pacman-format.git"
|
||||
git commit -m "Uploading packages." -a
|
||||
git push origin main
|
||||
|
||||
Reference in New Issue
Block a user