Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi committed May 15, 2024
1 parent 485ccb1 commit 42f07a1
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
# cache wouldn't necessarily upload when it changes. actions/download-artifact also doesn't work
# because it only handles artifacts uploaded in the same run, and we want to restore from the
# previous successful run.
- uses: actions/cache/restore@v4.0.2
- uses: actions/[email protected]
id: restore-cache
if: github.event.inputs.repoCache != 'disabled'
continue-on-error: true
Expand All @@ -55,7 +55,7 @@ jobs:

- run: sudo chown -R runneradmin:root /tmp/renovate/

- run: ls $cache_dir
- run: tree $cache_dir

- name: Generate a token
id: generate_token
Expand All @@ -80,11 +80,5 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }}
run: gh cache delete ${{ steps.restore-cache.outputs.cache-primary-key }}
run: gh cache delete ${{ env.cache_key }}
continue-on-error: true
- uses: actions/cache/[email protected]
if: github.event.inputs.repoCache != 'disabled'
with:
key: ${{ steps.restore-cache.outputs.cache-primary-key }}
path: ${{ env.cache_dir }}

0 comments on commit 42f07a1

Please sign in to comment.