Skip to content

Commit

Permalink
Change environment input type
Browse files Browse the repository at this point in the history
  • Loading branch information
awalkowiak authored Dec 5, 2024
1 parent 5f89dec commit 506c43c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ on:
environment:
description: 'Select environment'
required: true
type: string
default: 'obdev3' # Default to staging
type: choice
default: 'obdev3'
options:
- obdev3
- stg
Expand Down

0 comments on commit 506c43c

Please sign in to comment.