From 323200fd85e164cc2da90a086d2a0be9a4978f6c Mon Sep 17 00:00:00 2001 From: dqy <1016751306@qq.com> Date: Wed, 24 Apr 2024 20:06:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/detection.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/detection.yml b/.github/workflows/detection.yml index 5f6cdef..0651804 100644 --- a/.github/workflows/detection.yml +++ b/.github/workflows/detection.yml @@ -33,10 +33,10 @@ jobs: # code_path: "./tests" # requirements_file: "./requirements.txt" # output_format: "txt" - - name: Clone custom Git repository - run: | - git clone -b feature/match https://git.mamahaha.work/sangge/BackDoorBuster - cd BackDoorBuster/detection + # - name: Clone custom Git repository + # run: | + # git clone -b feature/match https://git.mamahaha.work/sangge/BackDoorBuster + # cd BackDoorBuster/detection - name: Run Backdoor Detection run: python ${{ github.workspace }}/BackDoorBuster/detection/backdoor_detection.py ${{ github.workspace }}/BackDoorBuster/tests txt