Show full error on cache delete failure (2) [ci] (#82263)

This commit is contained in:
Marc Mueller
2022-11-17 13:23:42 +01:00
committed by GitHub
parent 44b28d67f1
commit 569e52c9ac

View File

@@ -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 }}" \