mirror of
https://github.com/sonarsource/sonarcloud-github-action.git
synced 2026-06-06 07:47:09 +00:00
chown only .scannerwork
This commit is contained in:
parent
e2a1ee7c31
commit
fb9ead3f76
1 changed files with 1 additions and 1 deletions
|
|
@ -5,5 +5,5 @@ set -e
|
|||
_tmp_file=$(ls "${INPUT_PROJECTBASEDIR}/" | head -1)
|
||||
PERM=$(stat -c "%u:%g" "${INPUT_PROJECTBASEDIR}/$_tmp_file")
|
||||
|
||||
chown -R $PERM "${INPUT_PROJECTBASEDIR}/"
|
||||
chown -R $PERM "${INPUT_PROJECTBASEDIR}/.scannerwork/"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue