From 47bc5272f651eb9d9b3dac3ec61f0358726be168 Mon Sep 17 00:00:00 2001 From: Gabor12321 <148481448+Gabor12321@users.noreply.github.com> Date: Fri, 10 Nov 2023 18:55:53 +0100 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5607ee9..745f82e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,8 +11,6 @@ jobs: steps: - name: Set color - env: - test: ${{ github.ref }} - run: echo "current branch is $test" + run: echo "current branch is $GITHUB_REF_TYPE"