From 51e6bb1f06d2d5329b250694cad4922339f231a0 Mon Sep 17 00:00:00 2001 From: Alexander Aksenov Date: Mon, 22 Aug 2022 09:06:47 +0000 Subject: [PATCH] fix: change env variable substitution --- --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -28,7 +28,7 @@ runs-on: [self-hosted-ci,medium] timeout-minutes: 1380 - name: ${{ GITHUB_REF }} + name: ${{ env.GITHUB_REF }} continue-on-error: true #Do not stop testing of matrix runs failed. As it decided during PR review - it required 50/50& Let's check it with false. -- gitstuff