We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d86479 + e70699e commit 043862dCopy full SHA for 043862d
.github/FUNDING.yml renamed to .github/FUNDING.yaml
.github/workflows/workflow.yml renamed to .github/workflows/workflow.yaml
README.md
@@ -52,7 +52,8 @@ Use particular version on any channel:
52
53
```yaml
54
steps:
55
- - uses: actions/checkout@v4
+ - name: Clone repository
56
+ uses: actions/checkout@v4
57
- name: Set up Flutter
58
uses: subosito/flutter-action@v2
59
with:
@@ -65,7 +66,8 @@ Use particular git reference on master channel:
65
66
67
68
69
70
71
72
73
action.yml renamed to action.yaml
0 commit comments