File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ inputs:
19
19
cache-key :
20
20
description : " An explicit key for restoring and saving the Flutter SDK to/from cache"
21
21
required : false
22
- default : flutter-action-setup-flutter-${{ runner.os }}-${{ inputs.version }}-${{ inputs.channel }}-${{ runner.arch }}
22
+ default : " flutter"
23
23
runs :
24
24
using : " composite"
25
25
steps :
26
26
- if : ${{ inputs.cache == 'true' }}
27
27
uses : actions/cache@v3
28
28
with :
29
29
path : ${{ runner.tool_cache }}/flutter-${{ runner.os }}-${{ inputs.version }}-${{ runner.arch }}
30
- key : ${{ inputs.cache-key }}
30
+ key : flutter-action-setup-flutter-${{ runner.os }}-${{ inputs.version }}-${{ inputs.channel }}-${{ runner.arch }}- ${{ inputs.cache-key }}
31
31
- run : $GITHUB_ACTION_PATH/setup.sh ${{ inputs.version }} ${{ inputs.channel }}
32
32
shell : bash
You can’t perform that action at this time.
0 commit comments