GHA: Batch URIs to invalidate on Akamai
This commit is contained in:
2
.github/actions/akamai-purge-osx/action.yml
vendored
2
.github/actions/akamai-purge-osx/action.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user