From 01b4539fc0520b73acfa8ed04e3a27c7a71412dd Mon Sep 17 00:00:00 2001 From: chenos Date: Mon, 22 Jul 2024 16:24:19 +0800 Subject: [PATCH] chore: update build-pro-image.yml --- .github/workflows/build-pro-image.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-pro-image.yml b/.github/workflows/build-pro-image.yml index 5b0f8f37d1..54423c648b 100644 --- a/.github/workflows/build-pro-image.yml +++ b/.github/workflows/build-pro-image.yml @@ -45,9 +45,8 @@ jobs: - name: git checkout ${{ github.head_ref || github.ref_name }} run: cd packages/pro-plugins && git checkout ${{ github.head_ref || github.ref_name }} continue-on-error: true - - name: exclude packages/pro-plugins - run: | - echo "packages/pro-plugins/" >> .git/info/exclude + - name: rm .git + run: rm -rf packages/pro-plugins/.git && git config --global user.email "you@example.com" && git config --global user.name "Your Name" && git add -A && git commit -m "tmp commit" - name: Set up QEMU uses: docker/setup-qemu-action@v2 - name: Set up Docker Buildx