Merge pull request #286 from subosito/format

Format
This commit is contained in:
Bartek Pacia
2024-03-31 22:07:58 +02:00
committed by GitHub
4 changed files with 4 additions and 2 deletions

View File

@@ -52,7 +52,8 @@ Use particular version on any channel:
```yaml ```yaml
steps: steps:
- uses: actions/checkout@v4 - name: Clone repository
uses: actions/checkout@v4
- name: Set up Flutter - name: Set up Flutter
uses: subosito/flutter-action@v2 uses: subosito/flutter-action@v2
with: with:
@@ -65,7 +66,8 @@ Use particular git reference on master channel:
```yaml ```yaml
steps: steps:
- uses: actions/checkout@v4 - name: Clone repository
uses: actions/checkout@v4
- name: Set up Flutter - name: Set up Flutter
uses: subosito/flutter-action@v2 uses: subosito/flutter-action@v2
with: with: