Skip to content

Commit

Permalink
Merge pull request #786 from techmatters/ghworkflow/ai-set
Browse files Browse the repository at this point in the history
change helpine upper to lower case
  • Loading branch information
mythilytm authored Dec 5, 2024
2 parents 1ea3224 + 6bd1c40 commit d63bcdd
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 d63bcdd

Please sign in to comment.