mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
Tweak comment in incremental-cache action
This commit is contained in:
2
.github/actions/incremental-cache/action.yml
vendored
2
.github/actions/incremental-cache/action.yml
vendored
@@ -39,6 +39,6 @@ runs:
|
||||
with:
|
||||
path: ${{ inputs.path }}
|
||||
key: ${{ inputs.key }}-${{ github.ref_name }}-${{ github.sha }} # just fill on main
|
||||
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.
|
||||
${{ inputs.key }}-${{ github.ref_name }}-
|
||||
${{ inputs.key }}-main-
|
||||
|
||||
Reference in New Issue
Block a user