1
0
Fork 0
mirror of https://github.com/subosito/flutter-action.git synced 2024-08-16 10:19:50 +02:00

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
commit 043862d930
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 2 deletions

View file

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