From ebec03287527b4d5bc184188c8a15785c523905f Mon Sep 17 00:00:00 2001 From: Cerosh Date: Wed, 11 Sep 2024 22:50:11 +1000 Subject: [PATCH] corrected the environment names --- .github/workflows/playwright.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 4f5bd44..cfb3efe 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -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