From ec513489b3f7bef4adce4e35565475c1a99f0ad3 Mon Sep 17 00:00:00 2001 From: AB Date: Wed, 6 Nov 2024 09:06:09 +0100 Subject: [PATCH] Fix UIDs --- .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 ee34a65..5f22e44 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -78,7 +78,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:0 /tmp/renovate/ ls -R $cache_dir - uses: renovatebot/github-action@v40.3.5