Skip to content

Commit a3a68fe

Browse files
committed
Tweak comment in incremental-cache action
1 parent 52a117a commit a3a68fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/incremental-cache/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ runs:
3939
with:
4040
path: ${{ inputs.path }}
4141
key: ${{ inputs.key }}-${{ github.ref_name }}-${{ github.sha }} # just fill on main
42-
restore-keys: | # restore from another random commit, to speed up compilation.
42+
restore-keys: | # restore the latest cache if the exact cache is unavailable, to speed up compilation.
4343
${{ inputs.key }}-${{ github.ref_name }}-
4444
${{ inputs.key }}-main-

0 commit comments

Comments
 (0)