diff --git a/.github/workflows/cache.yml b/.github/workflows/cache.yml index 8a1bcad6570..077908c7b42 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 -fsS \ + curl -sS --fail-with-body \ -X DELETE \ -H "Accept: application/vnd.github+json" \ -H "Authorization: token ${{ github.token }}" \