We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b57f01 commit 52e7096Copy full SHA for 52e7096
README.md
@@ -246,7 +246,7 @@ on:
246
247
jobs:
248
cleanup:
249
- runs-on: github-ubuntu-latest-s
+ runs-on: sonar-xs
250
permissions:
251
id-token: write
252
contents: read
@@ -268,6 +268,7 @@ jobs:
268
| List all cache entries | _(empty)_ | _(empty)_ | n/a |
269
| Preview what would be deleted | `feature/my-branch` | _(optional)_ | `true` |
270
| Delete cache for a branch | `feature/my-branch` | _(optional)_ | `false` |
271
+| Delete key for given branch | `feature/my-branch` | `sccache-Linux-` | `false` |
272
| Delete key across all branches | _(empty)_ | `sccache-Linux-` | `false` |
273
274
### Running via GitHub CLI
0 commit comments