Skip to content

Commit

Permalink
Update update-index.yml (#937)
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenceJJones authored Jan 27, 2024
1 parent 14fc7fb commit 683bd1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ jobs:
# done
# echo "Invalidating paths: $PATHS"
for ((i=0; i < 3; i++)); do
create_invalidation "/*" && break || echo "Invalidation failed, retrying in 5 seconds..."
create_invalidation '/*' && break || echo "Invalidation failed, retrying in 5 seconds..."
sleep 5
done

0 comments on commit 683bd1a

Please sign in to comment.