5
0
justheuristic 3 жил өмнө
parent
commit
def769ec9f

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

@@ -25,6 +25,7 @@ jobs:
       - name: Extract branch name
         run: |
           echo $(env)
+          python -c "import git; print(git.Repo('.').head.ref.name)"
           exit 255
       - name: Install dependencies
         run: |