From a5ee64b2bc5612fc1dfda73e5fc4393562d15bc6 Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Fri, 22 Mar 2024 15:01:16 +0700 Subject: [PATCH] refactor: rename `action.yaml` metadata file to `action.yml` (#254) --- .github/workflows/test.yaml | 12 ++++++------ README.md | 2 +- action.yaml => action.yml | 0 3 files changed, 7 insertions(+), 7 deletions(-) rename action.yaml => action.yml (100%) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index dd215ad..76d9987 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -62,7 +62,7 @@ jobs: uses: actions/checkout@v4.1.2 with: sparse-checkout: | - action.yaml + action.yml dist test sparse-checkout-cone-mode: false @@ -96,7 +96,7 @@ jobs: uses: actions/checkout@v4.1.2 with: sparse-checkout: | - action.yaml + action.yml dist test sparse-checkout-cone-mode: false @@ -125,7 +125,7 @@ jobs: uses: actions/checkout@v4.1.2 with: sparse-checkout: | - action.yaml + action.yml dist test sparse-checkout-cone-mode: false @@ -149,7 +149,7 @@ jobs: uses: actions/checkout@v4.1.2 with: sparse-checkout: | - action.yaml + action.yml dist test sparse-checkout-cone-mode: false @@ -173,7 +173,7 @@ jobs: uses: actions/checkout@v4.1.2 with: sparse-checkout: | - action.yaml + action.yml dist test sparse-checkout-cone-mode: false @@ -202,7 +202,7 @@ jobs: uses: actions/checkout@v4.1.2 with: sparse-checkout: | - action.yaml + action.yml dist test sparse-checkout-cone-mode: false diff --git a/README.md b/README.md index 95733e8..25fafda 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Configure, build, and test your [CMake](https://cmake.org/) project using [GitHu ## Usage -For more information, refer to [action.yaml](./action.yaml) and the [GitHub Actions guide](https://docs.github.com/en/actions/learn-github-actions/understanding-github-actions). +For more information, refer to [action.yml](./action.yml) and the [GitHub Actions guide](https://docs.github.com/en/actions/learn-github-actions/understanding-github-actions). ### Inputs diff --git a/action.yaml b/action.yml similarity index 100% rename from action.yaml rename to action.yml