mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-22 03:30:17 +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')
|
||||
{
|
||||
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
|
||||
git commit -m "$commit_file"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user