From db27e2fb6f9f41f31e466632915bf4f8b181671d Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Tue, 12 Dec 2023 13:23:20 +0700 Subject: [PATCH] refactor: rename `action.yml` config file to `action.yaml` --- .github/workflows/test.yaml | 12 ++++++------ action.yml => action.yaml | 0 2 files changed, 6 insertions(+), 6 deletions(-) rename action.yml => action.yaml (100%) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index d62a351..e255da2 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -76,7 +76,7 @@ jobs: uses: actions/checkout@v4.1.1 with: sparse-checkout: | - action.yml + action.yaml main test sparse-checkout-cone-mode: false @@ -110,7 +110,7 @@ jobs: uses: actions/checkout@v4.1.1 with: sparse-checkout: | - action.yml + action.yaml main test sparse-checkout-cone-mode: false @@ -139,7 +139,7 @@ jobs: uses: actions/checkout@v4.1.1 with: sparse-checkout: | - action.yml + action.yaml main test sparse-checkout-cone-mode: false @@ -163,7 +163,7 @@ jobs: uses: actions/checkout@v4.1.1 with: sparse-checkout: | - action.yml + action.yaml main test sparse-checkout-cone-mode: false @@ -187,7 +187,7 @@ jobs: uses: actions/checkout@v4.1.1 with: sparse-checkout: | - action.yml + action.yaml main test sparse-checkout-cone-mode: false @@ -216,7 +216,7 @@ jobs: uses: actions/checkout@v4.1.1 with: sparse-checkout: | - action.yml + action.yaml main test sparse-checkout-cone-mode: false diff --git a/action.yml b/action.yaml similarity index 100% rename from action.yml rename to action.yaml