Commit 968a48c6 authored by quyuan's avatar quyuan

add cli test

parent db0b1a30
......@@ -58,13 +58,14 @@ jobs:
- name: get_actor
run: |
if [[ $GITHUB_ACTOR == "drunkpig" ]]; then
${metion_list} = "xuchao"
metion_list = "xuchao"
elif [[ $GITHUB_ACTOR == "myhloli" ]]; then
${metion_list} = "zhaoxiaomeng"
metion_list = "zhaoxiaomeng"
elif [[ $GITHUB_ACTOR == "icecraft" ]]; then
${metion_list} = "xurui1"
metion_list = "xurui1"
fi
echo "METIONS=${metion_list}" >> "$GITHUB_ENV"
echo $metion_list
echo "METIONS=$metion_list" >> "$GITHUB_ENV"
echo ${{ env.METIONS }}
- 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