mirror of
https://github.com/threeal/cmake-action.git
synced 2025-07-24 06:44:22 +00:00
reword other aguments with additional arguments
This commit is contained in:
parent
f90a3ab334
commit
81445eb663
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -53,7 +53,7 @@ jobs:
|
||||
- name: Check if default build directory is not exist
|
||||
run: test ! -d build
|
||||
|
||||
use-action-with-other-args:
|
||||
use-action-with-additional-args:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
@ -14,7 +14,7 @@ inputs:
|
||||
required: false
|
||||
default: build
|
||||
args:
|
||||
description: Other arguments passed during CMake configuration
|
||||
description: Additional arguments passed during CMake configuration
|
||||
required: false
|
||||
runs:
|
||||
using: composite
|
||||
|
Loading…
Reference in New Issue
Block a user