loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request 'ci(renovate): fix step names' (#3311) from viceice/forgejo:ci/renovate/fix-step-names into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/3311
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>

+3 -2
+3 -2
.forgejo/workflows/renovate.yml
··· 25 25 image: ghcr.io/visualon/renovate:37.305.0 26 26 27 27 steps: 28 - - uses: https://code.forgejo.org/actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 28 + - name: Load renovate repo cache 29 + uses: https://code.forgejo.org/actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 29 30 with: 30 31 path: | 31 32 .tmp/cache/renovate/repository ··· 33 34 restore-keys: | 34 35 repo-cache- 35 36 36 - - run: renovate 37 + - run: Run renovate 37 38 env: 38 39 GITHUB_COM_TOKEN: ${{ secrets.RENOVATE_GITHUB_COM_TOKEN }} 39 40 LOG_LEVEL: debug