Show full error on cache delete failure (2) [ci] (#82263)
parent
44b28d67f1
commit
569e52c9ac
|
@ -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 }}" \
|
||||
|
|
Loading…
Reference in New Issue