Skip to content

Commit

Permalink
remove stray commas
Browse files Browse the repository at this point in the history
  • Loading branch information
alanb-sony authored and lukka committed Apr 15, 2020
1 parent 110282f commit e75511a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down Expand Up @@ -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: ""
Expand Down Expand Up @@ -97,4 +97,4 @@ runs:

branding:
icon: 'terminal'
color: 'green'
color: 'green'

0 comments on commit e75511a

Please sign in to comment.