Skip to content

Commit 8388133

Browse files
committed
modified: action.yml
1 parent 95ad152 commit 8388133

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

action.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,6 @@ runs:
4242
path: ${{ runner.temp }}/pub-cache
4343
key: flutter-action-setup-flutter-${{ runner.os }}-${{ inputs.version }}-${{ inputs.channel }}-${{ runner.arch }}-${{ inputs.cache-key }}-pub-cache
4444
# Run the action
45-
- run: $GITHUB_ACTION_PATH/action.sh ${{ inputs.version }} ${{ inputs.channel }}
45+
- name: Setup Flutter SDK
46+
run: $GITHUB_ACTION_PATH/action.sh ${{ inputs.version }} ${{ inputs.channel }}
4647
shell: bash

0 commit comments

Comments
 (0)