mirror of
https://github.com/subosito/flutter-action.git
synced 2024-08-16 10:19:50 +02:00
commit
043862d930
4 changed files with 4 additions and 2 deletions
0
.github/FUNDING.yml → .github/FUNDING.yaml
vendored
0
.github/FUNDING.yml → .github/FUNDING.yaml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue