From ff580f60e02c9b7fb279c061c5cb3749423d6faf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T1940-=E6=9E=97=E6=B5=A9=E6=8D=B7?= Date: Thu, 6 May 2021 18:20:54 +0800 Subject: [PATCH] =?UTF-8?q?fix(pom):=20=E8=AE=A9=E7=BC=93=E5=AD=98?= =?UTF-8?q?=E5=A4=B1=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/auto-order.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/auto-order.yml b/.github/workflows/auto-order.yml index 15fd72d..ec7b9ff 100644 --- a/.github/workflows/auto-order.yml +++ b/.github/workflows/auto-order.yml @@ -17,11 +17,6 @@ jobs: uses: actions/setup-java@v1 with: java-version: 1.8 - - name: 设置缓存 - uses: actions/cache@v2 - with: - path: ~/.m2/repository - key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} - name: 执行点餐 env: MEI_CAN_USERNAME: ${{ secrets.USER_NAME }}