From 01475c0a5dc4c6aee8af9665b6c7c295fb93f4ad Mon Sep 17 00:00:00 2001 From: Gabor12321 <148481448+Gabor12321@users.noreply.github.com> Date: Fri, 10 Nov 2023 18:45:35 +0100 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ffdbe95..452ea90 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,7 +10,9 @@ jobs: steps: - - name: Set color - run: echo "$GITHUB_REF" + - name: Set color + env: + test: ${{ github.ref }} + run: echo "current branch is $test"