From 2b11deaddd5b5a02d54b229d4ebc9e48f7dda792 Mon Sep 17 00:00:00 2001 From: Steffen Scheib Date: Mon, 11 Nov 2024 00:32:53 +0100 Subject: [PATCH] ci: Change user to correct one since v39 Signed-off-by: Steffen Scheib --- .github/workflows/renovate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 221c91d4..67b43fa4 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -244,7 +244,7 @@ jobs: # are different than the ones given after the cache is restored. We have to # change ownership to solve this. We also need to have correct permissions in # the entire /tmp/renovate tree, not just the section with the repo cache. - sudo chown -R "runneradmin:root" "/tmp/renovate/" + sudo chown -R "12021:root" "/tmp/renovate/" # show directory contents if runner runs in debug [[ "${{ runner.debug }}" -ne 1 ]] || {