diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 0bdf68243..90182cc0f 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -51,7 +51,9 @@ jobs: path: ${{ env.cache_dir }} - run: sudo chown -R runneradmin:root /tmp/renovate/ - + + - run: ls $cache_dir + - name: Generate a token id: generate_token uses: actions/create-github-app-token@a0de6af83968303c8c955486bf9739a57d23c7f1 # v1.10.0 @@ -71,14 +73,7 @@ jobs: RENOVATE_AUTODISCOVER: true RENOVATE_AUTODISCOVER_FILTER: "${{ github.repository }}" - # Compression helps performance in the upload step! - - name: Compress renovate cache - run: | - ls $cache_dir - # The -C is important -- otherwise we end up extracting the files with - # their full path, ultimately leading to a nested directory situation. - # To solve *that*, we'd have to extract to root (/), which isn't safe. - tar -czvf $cache_archive -C $cache_dir . + - run: ls $cache_dir - uses: actions/cache/save@v4.0.2 if: github.event.inputs.repoCache != 'disabled' with: