Skip to content

Commit 1211029

Browse files
committed
renamed: setup.sh -> action.sh
1 parent 715b25b commit 1211029

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

setup.sh renamed to action.sh

File renamed without changes.

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ runs:
2828
with:
2929
path: ${{ runner.tool_cache }}/flutter-${{ runner.os }}-${{ inputs.version }}-${{ runner.arch }}
3030
key: flutter-action-setup-flutter-${{ runner.os }}-${{ inputs.version }}-${{ inputs.channel }}-${{ runner.arch }}-${{ inputs.cache-key }}
31-
- run: $GITHUB_ACTION_PATH/setup.sh ${{ inputs.version }} ${{ inputs.channel }}
31+
- run: $GITHUB_ACTION_PATH/action.sh ${{ inputs.version }} ${{ inputs.channel }}
3232
shell: bash

0 commit comments

Comments
 (0)