diff --git a/.github/FUNDING.yml b/.github/FUNDING.yaml similarity index 100% rename from .github/FUNDING.yml rename to .github/FUNDING.yaml diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yaml similarity index 100% rename from .github/workflows/workflow.yml rename to .github/workflows/workflow.yaml diff --git a/README.md b/README.md index 0b4afaf9..c78a6d25 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/action.yml b/action.yaml similarity index 100% rename from action.yml rename to action.yaml