mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions-inspector.git
synced 2025-01-11 16:29:08 +01:00
now support backward writing!
This commit is contained in:
parent
771030b911
commit
0f6749b0c1
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user