quyuan01 vor 1 Jahr
Ursprung
Commit
eb6bb93100
1 geänderte Dateien mit 2 neuen und 4 gelöschten Zeilen
  1. 2 4
      .github/workflows/cli.yml

+ 2 - 4
.github/workflows/cli.yml

@@ -32,9 +32,7 @@ jobs:
       uses: actions/checkout@v3
       with:
         fetch-depth: 2
-      retry:
-        max-retries: 3
-        always: false
+      
     - name: check-requirements
       run: |
         changed_files=$(git diff --name-only -r HEAD~1 HEAD)
@@ -80,4 +78,4 @@ jobs:
         "text": {
             "mentioned_list": ["${{ env.METIONS }}"] , "content": "'${{ github.repository }}' GitHubAction Failed!\n 细节请查看:https://github.com/'${{ github.repository }}'/actions/runs/'${GITHUB_RUN_ID}'"
         } 
-        }'     
+        }'