Browse Source

check for branch name

justheuristic 3 năm trước cách đây
mục cha
commit
699f55d3d6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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: |