We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbb4c30 commit 35fd739Copy full SHA for 35fd739
1 file changed
.github/workflows/build.yml
@@ -49,7 +49,7 @@ jobs:
49
if: env.cacheChanged == 'true'
50
id: delete-cache
51
run: |
52
- gh api --method DELETE -H "Accept: application/vnd.github+json" /repos/scijava/pom-scijava/actions/caches?key=${{ runner.os }}-cache
+ gh api --method DELETE -H "Accept: application/vnd.github+json" /repos/scijava/pom-scijava/actions/caches?key=${{ runner.os }}-cache || true
53
env:
54
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
55
0 commit comments