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.
incremental-cache
1 parent 52a117a commit a3a68feCopy full SHA for a3a68fe
.github/actions/incremental-cache/action.yml
@@ -39,6 +39,6 @@ runs:
39
with:
40
path: ${{ inputs.path }}
41
key: ${{ inputs.key }}-${{ github.ref_name }}-${{ github.sha }} # just fill on main
42
- restore-keys: | # restore from another random commit, to speed up compilation.
+ restore-keys: | # restore the latest cache if the exact cache is unavailable, to speed up compilation.
43
${{ inputs.key }}-${{ github.ref_name }}-
44
${{ inputs.key }}-main-
0 commit comments