Skip to content

Commit 7ab24aa

Browse files
committed
Reuse inputs.key
1 parent 66578a7 commit 7ab24aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ runs:
4646
with:
4747
key: ctcache-${{ inputs.key }}-${{ env.CTCACHE_NOW }}
4848
path: ${{env.CTCACHE_DIR}}
49-
restore-keys: ctcache-${{ github.job }}-
49+
restore-keys: ctcache-${{ inputs.key }}-
5050

5151
branding:
5252
icon: "archive"

0 commit comments

Comments
 (0)