Skip to content

Commit

Permalink
modified: action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
socheatsok78 committed Apr 27, 2024
1 parent 95ad152 commit 8388133
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@ runs:
path: ${{ runner.temp }}/pub-cache
key: flutter-action-setup-flutter-${{ runner.os }}-${{ inputs.version }}-${{ inputs.channel }}-${{ runner.arch }}-${{ inputs.cache-key }}-pub-cache
# Run the action
- run: $GITHUB_ACTION_PATH/action.sh ${{ inputs.version }} ${{ inputs.channel }}
- name: Setup Flutter SDK
run: $GITHUB_ACTION_PATH/action.sh ${{ inputs.version }} ${{ inputs.channel }}
shell: bash

0 comments on commit 8388133

Please sign in to comment.