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

minor readme format update

This commit is contained in:
Bartek Pacia 2024-03-31 19:52:05 +02:00
parent 7d86479cec
commit 766e0c11bc
No known key found for this signature in database

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: