瀏覽代碼

Update performance.yaml

代强 1 年之前
父節點
當前提交
7cb7f7a5ca
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      .github/workflows/performance.yaml

+ 1 - 2
.github/workflows/performance.yaml

@@ -26,11 +26,10 @@ jobs:
           echo "Before Commit: $(git rev-parse HEAD^)"
           PR_NUMBER=${{ github.event.pull_request.number }}
           PR_MERGE_BY_USER=${{github.event.pull_request.user.login}}
-          echo "Task id is $id"
           echo "PR_Number is $PR_NUMBER"
           echo "User is $PR_MERGE_BY_USER"
           id=$(curl --location "https://api.semi.design/analyze/createTask" --header "X-TT-ENV: canary" --header "Content-Type: application/json" --header "X-SEMI-Request: ${{ secrets.SEMI_REQUEST }}" --data "{\"prNumber\":\"$PR_NUMBER\",\"user\":\"$PR_MERGE_BY_USER\",\"v2\":\"$(git rev-parse HEAD)\",\"v1\":\"$(git rev-parse HEAD^)\",\"component\":\"\"}")
-        
+          echo "Task id is $id"
           
           for i in {1..30}; do
                       sleep 300