Skip to content

Commit ea141ae

Browse files
committed
fix typo
1 parent b040418 commit ea141ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/metrics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
echo "flutter=$version" >> "$GITHUB_OUTPUT"
5353
5454
- name: Install Flutter v${{ steps.conf.outputs.flutter }}
55-
- uses: subosito/flutter-action@48cafc24713cca54bbe03cdc3a423187d413aafa # pin@v2.10.0
55+
uses: subosito/flutter-action@48cafc24713cca54bbe03cdc3a423187d413aafa # pin@v2.10.0
5656
with:
5757
flutter-version: ${{ steps.conf.outputs.flutter }}
5858

0 commit comments

Comments
 (0)