quyuan il y a 1 an
Parent
commit
d69928af8b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .github/workflows/cli.yml

+ 1 - 1
.github/workflows/cli.yml

@@ -75,6 +75,6 @@ jobs:
         curl  ${{ secrets.WEBHOOK_URL }} -H 'Content-Type: application/json'  -d '{
         "msgtype": "text",
         "text": {
-            "mentioned_list": [${{ env.METIONS }}] , "content": "'${{ github.repository }}' GitHubAction Failed!\n 细节请查看:https://github.com/'${{ github.repository }}'/actions/runs/'${GITHUB_RUN_ID}'"
+            "mentioned_list": ['${{ env.METIONS }}'] , "content": "'${{ github.repository }}' GitHubAction Failed!\n 细节请查看:https://github.com/'${{ github.repository }}'/actions/runs/'${GITHUB_RUN_ID}'"
         } 
         }'