We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff5a15f commit 3b95d34Copy full SHA for 3b95d34
1 file changed
workflows/ci-doctor.md
@@ -21,19 +21,10 @@ safe-outputs:
21
add-comment:
22
23
tools:
24
+ cache-memory: true
25
web-fetch:
26
web-search:
27
-# Cache configuration for persistent storage between runs
28
-cache:
29
- key: investigation-memory-${{ github.repository }}
30
- path:
31
- - /tmp/memory
32
- - /tmp/investigation
33
- restore-keys:
34
- - investigation-memory-${{ github.repository }}
35
- - investigation-memory-
36
-
37
timeout_minutes: 10
38
39
---
0 commit comments