Fix renovate cache
This commit is contained in:
parent
1830df1922
commit
ad9af34f99
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ jobs:
|
|||
GIT_COMMITTER_EMAIL: 'forgejo-renovate-action@forgejo.org'
|
||||
|
||||
- name: Save renovate repo cache
|
||||
if: always() && env.RENOVATE_DRY_RUN == 'true'
|
||||
if: always() && env.RENOVATE_DRY_RUN != 'full'
|
||||
uses: https://code.forgejo.org/actions/cache/save@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
|
||||
with:
|
||||
path: |
|
||||
|
|
Loading…
Reference in a new issue