Explorar o código

check for branch name

justheuristic %!s(int64=3) %!d(string=hai) anos
pai
achega
699f55d3d6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/run-tests.yaml

+ 1 - 1
.github/workflows/run-tests.yaml

@@ -24,7 +24,7 @@ jobs:
           key: Key-v1-py3.9-${{ hashFiles('requirements.txt') }}-${{ hashFiles('requirements-dev.txt') }}
       - name: Extract branch name
         run: |
-          echo $GITHUB_REF
+          echo $(env)
           exit 255
       - name: Install dependencies
         run: |