justheuristic hace 3 años
padre
commit
def769ec9f
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .github/workflows/run-tests.yaml

+ 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: |