We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e4e9dc + 2b4be9c commit 725efb7Copy full SHA for 725efb7
.github/actions/cache-checkout/action.yml
@@ -22,13 +22,6 @@ runs:
22
key: git-checkout-${{ github.head_ref || github.ref_name }}-${{ github.event.pull_request.head.sha || github.sha }}
23
fail-on-cache-miss: true
24
25
- - name: Delete previous git-checkout caches for this branch
26
- if: ${{ inputs.mode == 'save' }}
27
- uses: useblacksmith/cache-delete@v1
28
- with:
29
- key: git-checkout-${{ github.head_ref || github.ref_name }}-
30
- prefix: "true"
31
-
32
- name: Save git checkout to cache
33
if: ${{ inputs.mode == 'save' }}
34
uses: actions/cache/save@v4
0 commit comments