From 1e9d4ee4bc568b905ad2a52893f1fcb70b359d22 Mon Sep 17 00:00:00 2001 From: Xiao Gui <xgui3783@gmail.com> Date: Mon, 15 Feb 2021 10:30:57 +0100 Subject: [PATCH] debug github actions --- .github/workflows/e2e.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 353154f3b..2acd48236 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -55,7 +55,7 @@ jobs: CHROMIUM_VERSION: "86.0.4240.0" outputs: - failure-state: ${{ steps.failure-state-step.FAILURE_STATE }} + failure-state: ${{ steps.failure-state-step.outputs.failure-state }} steps: - uses: actions/checkout@v2 @@ -73,7 +73,7 @@ jobs: - name: Set output when workflow fails if: failure() - run: echo '::set-output name=FAILURE_STATE::true' + run: echo '::set-output name=failure-state::true' id: failure-state-step - name: Define screenshot artefact -- GitLab