From e75511a96fa44eb255253f39461808efe35e0e79 Mon Sep 17 00:00:00 2001 From: alanb-sony <62992435+alanb-sony@users.noreply.github.com> Date: Tue, 14 Apr 2020 14:36:31 +0100 Subject: [PATCH] remove stray commas --- action.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/action.yml b/action.yml index 5df0dbac..0d0ae6f3 100644 --- a/action.yml +++ b/action.yml @@ -16,11 +16,11 @@ inputs: CMakeSettingsJson: Run CMake using a CMakeSettings.json of Visual Studio." cmakeListsTxtPath: default: "${{ github.workspace }}/CMakeLists.txt" - required: false, + required: false description: "Path to CMakeLists.txt. Used for both CMakeListsTxtBasic and CMakeListsTxtAdvanced modes." cmakeSettingsJsonPath: default: "${{ github.workspace }}//CMakeSettings.json" - required: false, + required: false description: "Path to CMakeSettings.json. Used for CMakeSettingsJson mode." cmakeToolchainPath: default: "" @@ -64,7 +64,7 @@ inputs: description: "Provides a mean to provide all the CMake arguments. This is required when using CMakeLists.txt in Advanced mode. For CMakeSettings.json, the arguments are already inferred, but you can append your arguments providing them here. Used by CMakeListsTxtAdvanced and CMakeSettingsJson modes." configurationRegexFilter: default: ".*" - required: true, + required: true description: "The regular expression selects which CMakeSettings.json's configuration(s) to build, one or more. Used by CMakeSettingsJson mode." ninjaPath: default: "" @@ -97,4 +97,4 @@ runs: branding: icon: 'terminal' - color: 'green' \ No newline at end of file + color: 'green'