Skip to content

Commit d0235b0

Browse files
committed
ci: add missing git option for actions
1 parent 79f7ff9 commit d0235b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,9 @@ inputs:
163163
node-package-manager:
164164
description: "The node package manager to use (npm/yarn/pnpm) when installing setup-cpp globally"
165165
required: false
166+
git:
167+
description: "Wether to install git (true/false) or the specific version to install."
168+
required: false
166169

167170
runs:
168171
using: "node20"

0 commit comments

Comments
 (0)