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.
2 parents b0fe5fa + b54d557 commit 3388926Copy full SHA for 3388926
.github/actions/init-g4w-sdk-for-pacman/action.yml
@@ -20,7 +20,7 @@ runs:
20
https://github.com/git-for-windows/git-sdk-64 .tmp &&
21
rev="$(git -C .tmp rev-parse HEAD)" &&
22
echo "rev=$rev" >>$GITHUB_OUTPUT &&
23
- echo "cache-key=g4w-sdk-$rev${{ inputs.include-makepkg != 'false' && '+makepkg' || '' }}" >>$GITHUB_OUTPUT
+ echo "cache-key=g4w-sdk${{ inputs.include-makepkg != 'false' && '+makepkg' || '' }}-$rev" >>$GITHUB_OUTPUT
24
- name: restore cached git-sdk-64 subset
25
id: restore-g4w-sdk
26
uses: actions/cache/restore@v4
0 commit comments