Skip to content

Commit

Permalink
change helpine upper to lower case
Browse files Browse the repository at this point in the history
  • Loading branch information
mythilytm committed Dec 5, 2024
1 parent 1ea3224 commit 6bd1c40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-ai-training-ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ on:
- development
- production
helpline-shortcodes:
description: 'Helpline shortcodes (uppercase) separated by space'
description: 'Helpline shortcodes (lowercase) separated by space'
required: true
default: 'AS'
default: 'as'
type: string

jobs:
Expand Down

0 comments on commit 6bd1c40

Please sign in to comment.