Debug-action-cache Today
Let me know if you want me to add or change something.
This explains why a key isn’t matching. debug-action-cache
When you re-run the workflow, actions/cache will output detailed information about tar creation, size calculations, and upload/download processes. Let me know if you want me to add or change something
[debug] Resolved path: 'node_modules' -> '/home/runner/work/app/node_modules' [debug] Path exists: true [debug] Contents: [ 'react', 'lodash', '.bin' ] Use the Management UI To see exactly what
: Remember that GitHub caches are immutable; once a key is saved, it cannot be updated. You must change the key (e.g., incrementing a version number like ) to "bust" the cache. 3. Use the Management UI
To see exactly what the cache action is doing—including the resolved keys and download attempts—enable debug logging in GitHub Actions Navigate to your repository Secrets and variables Add a new repository variable: ACTIONS_STEP_DEBUG with the value Re-run your workflow. You will now see detailed messages in the logs. 2. Verify Your Cache Key Ensure your