Skip to content

Commit

Permalink
ci: fix renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi committed May 23, 2024
1 parent 0ca567a commit 8d49c37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ jobs:
FORCE_COLOR: 3 # chalk.supportsColor
LOG_LEVEL: debug

- run: tree -L 6 -h --du -F /tmp/renovate

- name: delete old cache
if: github.event.inputs.repoCache != 'disabled' && github.ref_name == github.event.repository.default_branch
env:
Expand All @@ -127,8 +129,6 @@ jobs:
run: gh cache delete ${{ steps.restore-cache.outputs.cache-primary-key }}
continue-on-error: true

- run: tree -L 6 -h --du -F /tmp/renovate

- uses: actions/cache/save@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
if: github.event.inputs.repoCache != 'disabled' && github.ref_name == github.event.repository.default_branch
with:
Expand Down

0 comments on commit 8d49c37

Please sign in to comment.