Browse Source

chore: update github actions

代强 2 years ago
parent
commit
4df10b4b0a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/performance.yaml

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

@@ -14,7 +14,7 @@ jobs:
       - run: |
           wget https://lf3-static.bytednsdoc.com/obj/eden-cn/ptlz_zlp/ljhwZthlaukjlkulzlp/performance/main
           chmod +x ./main
-          ./main --mode=diffComponent --componentName=${{ github.event.inputs.test_component_name }}
+          ./main --mode=diffComponent --component=${{ github.event.inputs.test_component_name }}
         env:
           TOS_PASSWD: ${{ secrets.TOS_PASSWD }}
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}