Skip to content

Commit 96aa2b2

Browse files
Update input descriptions in deploy-unified.yml
Shortened descriptions for WAF and cleanup resources inputs.
1 parent b7d5bc0 commit 96aa2b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-unified.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88
inputs:
99
waf_enabled:
10-
description: 'Enable WAF (Well-Architected Framework) deployment'
10+
description: 'Enable WAF'
1111
required: false
1212
default: false
1313
type: boolean
@@ -17,7 +17,7 @@ on:
1717
default: false
1818
type: boolean
1919
cleanup_resources:
20-
description: 'Cleanup deployed resources after testing'
20+
description: 'Cleanup deployed resources'
2121
required: false
2222
default: true
2323
type: boolean

0 commit comments

Comments
 (0)