refactor: rename action.yaml metadata file to action.yml (#254)

This commit is contained in:
Alfi Maulana 2024-03-22 15:01:16 +07:00 committed by GitHub
parent 619e6dc19a
commit a5ee64b2bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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