diff --git a/.github/workflows/cache.yml b/.github/workflows/cache.yml index 077908c7b42..ca80d54ad6a 100644 --- a/.github/workflows/cache.yml +++ b/.github/workflows/cache.yml @@ -41,7 +41,7 @@ jobs: echo "$targets" for id in $(echo $targets | jq '.id'); do - curl -sS --fail-with-body \ + curl -sS \ -X DELETE \ -H "Accept: application/vnd.github+json" \ -H "Authorization: token ${{ github.token }}" \