From 1d7e91cbe44b9feb59ac937b61b160aee5fc7640 Mon Sep 17 00:00:00 2001 From: YuCat-OVO <66810215+YuCat-OVO@users.noreply.github.com> Date: Sat, 2 Mar 2024 20:10:09 +0800 Subject: [PATCH] Clean --- .github/workflows/build.yml | 16 ---------------- .github/workflows/version.yml | 2 +- 2 files changed, 1 insertion(+), 17 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a83dde1..99bbef7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -97,22 +97,6 @@ jobs: if-no-files-found: error retention-days: 1 - # - name: Buildx - # uses: docker/build-push-action@v5 - # with: - # context: . - # file: Dockerfile - # platforms: | - # ${{ matrix.arch }} - # push: true - # build-args: | - # BUILD_DATE=${{ steps.set-vars.outputs.DATE }} - # VERSION=${{ steps.set-vars.outputs.VERSION }} - # BAIDUNETDISK_VERSION=${{ steps.set-vars.outputs.BAIDUNETDISK_VERSION }} - # BAIDUNETDISK_URL=${{ steps.set-vars.outputs.BAIDUNETDISK_URL }} - # labels: ${{ steps.meta.outputs.labels }} - # tags: ${{ steps.meta.outputs.tags }} - Merge: runs-on: ubuntu-latest needs: diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index 0be03a0..f219359 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -35,7 +35,7 @@ jobs: pip install -r requirements.txt python get_version.py - - name: Git push assets to "info" branch + - name: Git push assets to branch run: | git config --local user.name "github-actions[bot]" git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"