Skip to content

Commit 0eac774

Browse files
committed
modified: action.yml
1 parent 897dd37 commit 0eac774

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,14 @@ runs:
2929
steps:
3030
# Cache the Flutter SDK
3131
- if: ${{ inputs.cache-sdk == 'true' }}
32+
name: Configure Flutter SDK cache
3233
uses: actions/cache@v3
3334
with:
3435
path: ${{ runner.tool_cache }}/flutter-${{ runner.os }}-${{ inputs.version }}-${{ runner.arch }}
3536
key: flutter-action-setup-flutter-${{ runner.os }}-${{ inputs.version }}-${{ inputs.channel }}-${{ runner.arch }}
3637
# Cache the pub dependencies
3738
- if: ${{ inputs.cache == 'true' }}
39+
name: Configure pub dependencies cache
3840
uses: actions/cache@v3
3941
with:
4042
path: ${{ runner.temp }}/pub-cache

0 commit comments

Comments
 (0)