We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95ad152 commit 8388133Copy full SHA for 8388133
action.yml
@@ -42,5 +42,6 @@ runs:
42
path: ${{ runner.temp }}/pub-cache
43
key: flutter-action-setup-flutter-${{ runner.os }}-${{ inputs.version }}-${{ inputs.channel }}-${{ runner.arch }}-${{ inputs.cache-key }}-pub-cache
44
# Run the action
45
- - run: $GITHUB_ACTION_PATH/action.sh ${{ inputs.version }} ${{ inputs.channel }}
+ - name: Setup Flutter SDK
46
+ run: $GITHUB_ACTION_PATH/action.sh ${{ inputs.version }} ${{ inputs.channel }}
47
shell: bash
0 commit comments