Skip to content

Commit

Permalink
fix(pom): 让缓存失效
Browse files Browse the repository at this point in the history
  • Loading branch information
T1940-林浩捷 committed May 6, 2021
1 parent dec0a19 commit ff580f6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/auto-order.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit ff580f6

Please sign in to comment.