mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2026-01-24 12:34:06 +01:00
now support backward writing!
This commit is contained in:
2
.github/scripts/create-repo.sh
vendored
2
.github/scripts/create-repo.sh
vendored
@@ -4,7 +4,7 @@
|
||||
last_commit_log=$(git log -1 --pretty=format:"%s")
|
||||
echo "last commit log: $last_commit_log"
|
||||
|
||||
filter_count=$(echo "$last_commit_log" | grep -c '\[RELEASE CI\]' )
|
||||
filter_count=$(echo "$last_commit_log" | grep -e '\[RELEASE CI\]' -e '\[CI RELEASE\]' | wc -c)
|
||||
echo "count is: $filter_count"
|
||||
|
||||
if [ "$filter_count" -gt 0 ]; then
|
||||
|
||||
Reference in New Issue
Block a user