We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ab24aa commit e6f7003Copy full SHA for e6f7003
1 file changed
action.yml
@@ -27,7 +27,7 @@ inputs:
27
key:
28
description: "An additional key for the ctcache"
29
required: false
30
- default: ${{ github.job }}
+ default: ${{ github.workflow }}-${{ github.job }}
31
32
runs:
33
using: "composite"
0 commit comments