Skip to content

Commit

Permalink
Fix UIDs
Browse files Browse the repository at this point in the history
  • Loading branch information
AB-xdev committed Nov 6, 2024
1 parent daf0763 commit ec51348
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 @@ -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/[email protected]
Expand Down

0 comments on commit ec51348

Please sign in to comment.