Skip to content

Commit

Permalink
ci: Change user to correct one since v39
Browse files Browse the repository at this point in the history
Signed-off-by: Steffen Scheib <[email protected]>
  • Loading branch information
sscheib committed Nov 10, 2024
1 parent 956ae50 commit 2b11dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]] || {
Expand Down

0 comments on commit 2b11dea

Please sign in to comment.