We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66578a7 commit 7ab24aaCopy full SHA for 7ab24aa
1 file changed
action.yml
@@ -46,7 +46,7 @@ runs:
46
with:
47
key: ctcache-${{ inputs.key }}-${{ env.CTCACHE_NOW }}
48
path: ${{env.CTCACHE_DIR}}
49
- restore-keys: ctcache-${{ github.job }}-
+ restore-keys: ctcache-${{ inputs.key }}-
50
51
branding:
52
icon: "archive"
0 commit comments