Skip to content

Commit

Permalink
corrected the environment names
Browse files Browse the repository at this point in the history
  • Loading branch information
Cerosh committed Sep 11, 2024
1 parent 6be3577 commit ebec032
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ on:
description: "Select the environment to execute test"
required: true
type: choice
default: "live"
default: "LIVE"
options:
- live
- test
- LIVE
- TEST
permissions:
contents: read
pages: write
Expand Down

0 comments on commit ebec032

Please sign in to comment.