Ver Fonte

branch name

justheuristic há 3 anos atrás
pai
commit
def769ec9f
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      .github/workflows/run-tests.yaml

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

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