Skip to content

Commit

Permalink
add cli test
Browse files Browse the repository at this point in the history
  • Loading branch information
quyuan committed Apr 25, 2024
1 parent db0b1a3 commit 968a48c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 968a48c

Please sign in to comment.