mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 11:47:06 +00:00
Show full error on cache delete failure [ci] (#82259)
This commit is contained in:
parent
8570d3aabe
commit
ae181a47fd
2
.github/workflows/cache.yml
vendored
2
.github/workflows/cache.yml
vendored
@ -41,7 +41,7 @@ jobs:
|
|||||||
echo "$targets"
|
echo "$targets"
|
||||||
|
|
||||||
for id in $(echo $targets | jq '.id'); do
|
for id in $(echo $targets | jq '.id'); do
|
||||||
curl -fsS \
|
curl -sS --fail-with-body \
|
||||||
-X DELETE \
|
-X DELETE \
|
||||||
-H "Accept: application/vnd.github+json" \
|
-H "Accept: application/vnd.github+json" \
|
||||||
-H "Authorization: token ${{ github.token }}" \
|
-H "Authorization: token ${{ github.token }}" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user