GHA: Batch URIs to invalidate on Akamai

This commit is contained in:
aboyko
2023-11-17 11:24:42 -05:00
parent 5b171ce8d3
commit 0d082c458e

View File

@@ -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