We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed61ee5 commit e353565Copy full SHA for e353565
1 file changed
.github/workflows/test_unit.yml
@@ -72,7 +72,7 @@ jobs:
72
# self-register". We handle pnpm caching manually below with the
73
# node-version in the key.
74
# Fork-safety note: actions/cache is equally fork-safe — GitHub
75
- # enforces read-only cache access for fork PRs at the platform level.
+ # prevents fork PRs from writing to the base repo's cache at the platform level.
76
77
- name: Get pnpm store directory
78
id: pnpm-cache
0 commit comments