We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79f7ff9 commit d0235b0Copy full SHA for d0235b0
action.yml
@@ -163,6 +163,9 @@ inputs:
163
node-package-manager:
164
description: "The node package manager to use (npm/yarn/pnpm) when installing setup-cpp globally"
165
required: false
166
+ git:
167
+ description: "Wether to install git (true/false) or the specific version to install."
168
+ required: false
169
170
runs:
171
using: "node20"
0 commit comments