mirror of
https://github.com/threeal/cmake-action.git
synced 2025-07-27 08:14:23 +00:00
docs: update descriptions in action.yml
This commit is contained in:
parent
7e60273426
commit
a0f6938818
@ -1,5 +1,5 @@
|
|||||||
name: CMake Action
|
name: CMake Action
|
||||||
description: Configure and build your CMake project
|
description: Configure and build CMake projects
|
||||||
author: Alfi Maulana
|
author: Alfi Maulana
|
||||||
branding:
|
branding:
|
||||||
color: gray-dark
|
color: gray-dark
|
||||||
@ -24,7 +24,7 @@ inputs:
|
|||||||
args:
|
args:
|
||||||
description: Additional arguments to pass during the CMake configuration
|
description: Additional arguments to pass during the CMake configuration
|
||||||
run-build:
|
run-build:
|
||||||
description: If enabled, it builds the project using CMake (true/false)
|
description: If enabled, builds the project using CMake
|
||||||
default: true
|
default: true
|
||||||
build-args:
|
build-args:
|
||||||
description: Additional arguments to pass during the CMake build
|
description: Additional arguments to pass during the CMake build
|
||||||
|
Loading…
Reference in New Issue
Block a user