Commit 968a48c6 authored by quyuan's avatar quyuan

add cli test

parent db0b1a30
...@@ -58,13 +58,14 @@ jobs: ...@@ -58,13 +58,14 @@ jobs:
- name: get_actor - name: get_actor
run: | run: |
if [[ $GITHUB_ACTOR == "drunkpig" ]]; then if [[ $GITHUB_ACTOR == "drunkpig" ]]; then
${metion_list} = "xuchao" metion_list = "xuchao"
elif [[ $GITHUB_ACTOR == "myhloli" ]]; then elif [[ $GITHUB_ACTOR == "myhloli" ]]; then
${metion_list} = "zhaoxiaomeng" metion_list = "zhaoxiaomeng"
elif [[ $GITHUB_ACTOR == "icecraft" ]]; then elif [[ $GITHUB_ACTOR == "icecraft" ]]; then
${metion_list} = "xurui1" metion_list = "xurui1"
fi fi
echo "METIONS=${metion_list}" >> "$GITHUB_ENV" echo $metion_list
echo "METIONS=$metion_list" >> "$GITHUB_ENV"
echo ${{ env.METIONS }} echo ${{ env.METIONS }}
- name: notify - name: notify
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment