mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-27 18:18:26 +00:00
fix(renovate): chown due to cache
This commit is contained in:
23
.github/workflows/renovate.yaml
vendored
23
.github/workflows/renovate.yaml
vendored
@@ -71,8 +71,18 @@ jobs:
|
||||
with:
|
||||
token: "${{ steps.oauth-token.outputs.token }}"
|
||||
|
||||
- name: Renovate Cache
|
||||
id: renovate-cache
|
||||
uses: actions/cache@v4
|
||||
if: github.event.inputs.cache != 'disabled'
|
||||
continue-on-error: true
|
||||
with:
|
||||
path: "${{ env.GH_CACHE_DIR }}"
|
||||
key: "renovate-cache-${{ runner.os }}-${{ github.run_id }}"
|
||||
restore-keys: |
|
||||
renovate-cache-${{ runner.os }}
|
||||
|
||||
- name: Glue
|
||||
uses: renovatebot/github-action@936628dfbff213ab2eb95033c5e123cfcaf09ebb # v41.0.5
|
||||
shell: bash
|
||||
run: |
|
||||
# Override default config from dispatch variables
|
||||
@@ -86,17 +96,6 @@ jobs:
|
||||
id
|
||||
chown -R $(id -u):$(id -g) /tmp/renovate
|
||||
|
||||
- name: Renovate Cache
|
||||
id: renovate-cache
|
||||
uses: actions/cache@v4
|
||||
if: github.event.inputs.cache != 'disabled'
|
||||
continue-on-error: true
|
||||
with:
|
||||
path: "${{ env.GH_CACHE_DIR }}"
|
||||
key: "renovate-cache-${{ runner.os }}-${{ github.run_id }}"
|
||||
restore-keys: |
|
||||
renovate-cache-${{ runner.os }}
|
||||
|
||||
- name: Renovate
|
||||
uses: renovatebot/github-action@936628dfbff213ab2eb95033c5e123cfcaf09ebb # v41.0.5
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user