浏览代码

branch name

justheuristic 3 年之前
父节点
当前提交
def769ec9f
共有 1 个文件被更改,包括 1 次插入0 次删除
  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: |