mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-22 11:40:18 +00:00
repo-update.yml: fix
This commit is contained in:
14
.github/workflows/repo-update.yml
vendored
14
.github/workflows/repo-update.yml
vendored
@@ -254,10 +254,12 @@ jobs:
|
||||
listchanged+=" ${i}"
|
||||
done
|
||||
rm ./LIST-ISSUES
|
||||
for i in ${listchanged}; do
|
||||
sed -i '$d' ./${i}
|
||||
git add ./${i}
|
||||
done
|
||||
git commit -m "$(echo -e "termux-pacman/auto-check-repo: do not rebuild these packages again\n[skip ci]")"
|
||||
git push origin master
|
||||
if [ -n "${listchanged}" ]; then
|
||||
for i in ${listchanged}; do
|
||||
sed -i '$d' ./${i}
|
||||
git add ./${i}
|
||||
done
|
||||
git commit -m "$(echo -e "termux-pacman/auto-check-repo: do not rebuild these packages again\n[skip ci]")"
|
||||
git push origin master
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user