Skip to content

Commit

Permalink
ci: or-2583 fix input of lambda workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
emalfroy committed Jan 27, 2025
1 parent efa7d58 commit b0c8eba
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/manual-lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name: Manual Lambda deploy
on:
workflow_dispatch:
environment:
description: 'Select the environment to deploy to'
required: true
type: choice
options:
- test_ik4
- staging_ik4
- production_ik4
description: 'Select the environment to deploy to'
required: true
type: choice
options:
- test_ik4
- staging_ik4
- production_ik4

jobs:
deployment:
Expand Down

0 comments on commit b0c8eba

Please sign in to comment.