quyuan преди 1 година
родител
ревизия
48883419c4
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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}'"
         } 
         }'