From f6a4031f5e972575e4341a9adfd92d4ca78963fd Mon Sep 17 00:00:00 2001 From: Dan Grebb Date: Mon, 9 Oct 2023 20:48:35 -0400 Subject: [PATCH] fix(github): updates reports path in summary --- .github/workflows/test-backstop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-backstop.yml b/.github/workflows/test-backstop.yml index b272d8df1..4c77e0a64 100644 --- a/.github/workflows/test-backstop.yml +++ b/.github/workflows/test-backstop.yml @@ -110,7 +110,7 @@ jobs: - name: Summary if: always() env: - REPORT_PATH: ${{ github.ref_name == 'main' && 'prod' || 'stg' }} + REPORT_PATH: ${{ github.ref_name == 'main' && 'prd' || 'stg' }} run: | cd _ci/backstop FAIL_TABLE=$(./_utils/parse-report.sh ${{ vars.REPORTS_DOMAIN }} $REPORT_PATH)