Skip to content

Commit 27c5b74

Browse files
committed
chore(ci): add missing description fields
1 parent 16d117b commit 27c5b74

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/reusable_deploy_layer_stack.yml

+3
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,15 @@ on:
88
workflow_call:
99
inputs:
1010
stage:
11+
description: "Deployment stage (BETA, PROD)"
1112
required: true
1213
type: string
1314
artefact-name:
15+
description: "CDK Layer Artefact name to download"
1416
required: true
1517
type: string
1618
environment:
19+
description: "GitHub Environment to use for encrypted secrets"
1720
required: true
1821
type: string
1922

0 commit comments

Comments
 (0)