From: Ruben Beltran del Rio Date: Thu, 26 Dec 2024 15:49:10 +0000 (+0100) Subject: Update default to 10 X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/commitdiff_plain/15472493c4baeb35027a30340044e48286c6ad17?ds=sidebyside Update default to 10 --- diff --git a/swiftbar/sourcehut-builds.1m.sh b/swiftbar/sourcehut-builds.1m.sh index 6ad4340..f62324d 100644 --- a/swiftbar/sourcehut-builds.1m.sh +++ b/swiftbar/sourcehut-builds.1m.sh @@ -8,15 +8,15 @@ # curl,jq # https://r.bdr.sh/swiftbar_scripts.html # string(VAR_SOURCEHUT_API_TOKEN): Your sourcehut API Token. -# number(VAR_BUILD_COUNT=5): How many items to show. +# number(VAR_BUILD_COUNT=10): How many items to show. # true -# VAR_SOURCEHUT_API_TOKEN=no, VAR_BUILD_COUNT=5 +# VAR_SOURCEHUT_API_TOKEN=no, VAR_BUILD_COUNT=10 ############################################################################### # The Variables ############################################################################### VAR_SOURCEHUT_API_TOKEN=${VAR_SOURCEHUT_API_TOKEN:-'ADD YOUR TOKEN HERE'} -VAR_BUILD_COUNT=${VAR_BUILD_COUNT:-5} +VAR_BUILD_COUNT=${VAR_BUILD_COUNT:-10} ############################################################################### # The Code