mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-17 20:50:44 +00:00
Add dedicated method for api count in baseApiActionUtil; improve null handling in json to record
This commit is contained in:
@ -87,7 +87,7 @@ checkBuild()
|
||||
color="gray"
|
||||
fi
|
||||
|
||||
if [ $index -lt 1 -o $seconds -lt 300 ]; then
|
||||
if [ $index -lt 1 -o $seconds -lt 600 ]; then
|
||||
echo -n "${shortRepo}(${shortAge})${icon} "
|
||||
fi
|
||||
details="$details\n$repo: $jobName: $buildStatus @ $age ago | color=$color | href=$url | image=$avatarB64"
|
||||
|
Reference in New Issue
Block a user