From fcc4783ac038f578c91619f9ad2438292dfdc908 Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Tue, 17 Dec 2024 18:45:07 +0800 Subject: [PATCH] fix: ci makes duplicated .scripts dir --- .github/workflows/pre-check-plugin.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pre-check-plugin.yaml b/.github/workflows/pre-check-plugin.yaml index 908a649..c10a4a0 100644 --- a/.github/workflows/pre-check-plugin.yaml +++ b/.github/workflows/pre-check-plugin.yaml @@ -35,7 +35,6 @@ jobs: GH_TOKEN: ${{ secrets.ORG_SCOPE_GITHUB_TOKEN }} run: | gh repo clone https://github.com/langgenius/dify-marketplace-backend -- -b deploy/dev - mkdir .scripts cp -r dify-marketplace-backend/toolkit/* .scripts/ - name: Setup Python