mirror of
https://github.com/threeal/cmake-action.git
synced 2025-07-25 15:24: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
|
- name: Check if default build directory is not exist
|
||||||
run: test ! -d build
|
run: test ! -d build
|
||||||
|
|
||||||
use-action-with-other-args:
|
use-action-with-additional-args:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
@ -14,7 +14,7 @@ inputs:
|
|||||||
required: false
|
required: false
|
||||||
default: build
|
default: build
|
||||||
args:
|
args:
|
||||||
description: Other arguments passed during CMake configuration
|
description: Additional arguments passed during CMake configuration
|
||||||
required: false
|
required: false
|
||||||
runs:
|
runs:
|
||||||
using: composite
|
using: composite
|
||||||
|
Loading…
Reference in New Issue
Block a user