From 0d082c458e8ca656ceba72f2cca1a9e14d86d39c Mon Sep 17 00:00:00 2001 From: aboyko Date: Fri, 17 Nov 2023 11:24:42 -0500 Subject: [PATCH] GHA: Batch URIs to invalidate on Akamai --- .github/actions/akamai-purge-osx/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/akamai-purge-osx/action.yml b/.github/actions/akamai-purge-osx/action.yml index be6add9cb..4182be747 100644 --- a/.github/actions/akamai-purge-osx/action.yml +++ b/.github/actions/akamai-purge-osx/action.yml @@ -38,7 +38,7 @@ runs: batch=${urls:$offset:$length} echo $batch offset=$((offset + length)) - length=$((end - start)) + length=$(($end - $offset)) else length=$new_length fi