reword other aguments with additional arguments

This commit is contained in:
Alfi Maulana 2023-01-08 11:56:59 +07:00
parent f90a3ab334
commit 81445eb663
No known key found for this signature in database
GPG Key ID: 2242A64C2A8DF5A4
2 changed files with 2 additions and 2 deletions

View File

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

View File

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