From 6e62a3afc15eb68790348c81636a79e0cfbfc1ed Mon Sep 17 00:00:00 2001 From: Cerosh Date: Tue, 10 Sep 2024 23:04:44 +1000 Subject: [PATCH] fix issue --- .github/workflows/playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 1ce9437..c614d44 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -23,7 +23,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - name: Set Environment Variables - uses: /.github/actions/set-environment-variables + uses: ./.github/actions/set-environment-variables with: environment: ${{ github.event.inputs.environment }} env: