Ver código fonte

add cli test

quyuan 1 ano atrás
pai
commit
43e8c6c36d
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2 0
      .github/workflows/cli.yml

+ 2 - 0
.github/workflows/cli.yml

@@ -57,6 +57,8 @@ jobs:
     steps:
     - name: get_actor
       run: |
+          metion_list = "quyuan"
+          echo $GITHUB_ACTOR
           if [[ $GITHUB_ACTOR == "drunkpig" ]]; then
             metion_list = "xuchao"
           elif [[ $GITHUB_ACTOR == "myhloli" ]]; then