1
mirror of https://github.com/home-assistant/core synced 2024-09-06 10:29:55 +02:00

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

This commit is contained in:
Marc Mueller 2022-11-17 12:52:17 +01:00 committed by GitHub
parent 8570d3aabe
commit ae181a47fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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