mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-22 11:40:18 +00:00
fix repo-update.yml
This commit is contained in:
2
.github/workflows/repo-update.yml
vendored
2
.github/workflows/repo-update.yml
vendored
@@ -107,7 +107,7 @@ jobs:
|
|||||||
git add $(echo ${i_sp[1]} | sed 's/&&/ /g')
|
git add $(echo ${i_sp[1]} | sed 's/&&/ /g')
|
||||||
{
|
{
|
||||||
if $needbuild; then
|
if $needbuild; then
|
||||||
git commit -m "$(echo '"$commit_file"' | sed '/%ci:no-build/d; /\[skip ci\]/d')"
|
git commit -m "$(echo $commit_file | sed '/%ci:no-build/d; /\[skip ci\]/d')"
|
||||||
else
|
else
|
||||||
git commit -m "$commit_file"
|
git commit -m "$commit_file"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user