diff --git a/.github/workflows/cli.yml b/.github/workflows/cli.yml index dd0e5120..e400126f 100644 --- a/.github/workflows/cli.yml +++ b/.github/workflows/cli.yml @@ -54,11 +54,12 @@ jobs: if: ${{ always() && !cancelled() && contains(needs.*.result, 'failure') && (github.ref_name == 'master') }} needs: [cli-test] runs-on: pdf - env: + variables: metion_list: "quyuan" steps: - name: get_actor run: | + echo ${metion_list} if [[ $GITHUB_ACTOR == "drunkpig" ]]; then metion_list = "xuchao" elif [[ $GITHUB_ACTOR == "myhloli" ]]; then