Skip to content

Commit e6f7003

Browse files
committed
Improve default cache key
1 parent 7ab24aa commit e6f7003

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
@@ -27,7 +27,7 @@ inputs:
2727
key:
2828
description: "An additional key for the ctcache"
2929
required: false
30-
default: ${{ github.job }}
30+
default: ${{ github.workflow }}-${{ github.job }}
3131

3232
runs:
3333
using: "composite"

0 commit comments

Comments
 (0)