From 81445eb663583786c20be7da34004d54ea0418f5 Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Sun, 8 Jan 2023 11:56:59 +0700 Subject: [PATCH] reword other aguments with additional arguments --- .github/workflows/test.yml | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 70d3806..5575fa6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/action.yml b/action.yml index f33733c..5e2d8b0 100644 --- a/action.yml +++ b/action.yml @@ -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