Skip to content

Commit 14d70fa

Browse files
committed
CCM-17346: Restore pnpm_version input for stage-2 workflow
1 parent e5e0104 commit 14d70fa

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/stage-2-test.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ on:
1919
description: "Node.js version, set by the CI/CD pipeline workflow"
2020
required: true
2121
type: string
22+
pnpm_version:
23+
description: "pnpm version, set by the CI/CD pipeline workflow"
24+
required: true
25+
type: string
2226
python_version:
2327
description: "Python version, set by the CI/CD pipeline workflow"
2428
required: true

0 commit comments

Comments
 (0)