Prechádzať zdrojové kódy

Merge remote-tracking branch 'origin/master'

赵小蒙 1 rok pred
rodič
commit
89198bfe3f
1 zmenil súbory, kde vykonal 2 pridanie a 1 odobranie
  1. 2 1
      .github/workflows/cli.yml

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

@@ -32,6 +32,7 @@ jobs:
       uses: actions/checkout@v3
       uses: actions/checkout@v3
       with:
       with:
         fetch-depth: 2
         fetch-depth: 2
+      
     - name: check-requirements
     - name: check-requirements
       run: |
       run: |
         changed_files=$(git diff --name-only -r HEAD~1 HEAD)
         changed_files=$(git diff --name-only -r HEAD~1 HEAD)
@@ -77,4 +78,4 @@ jobs:
         "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}'"
         } 
         } 
-        }'     
+        }'