Skip to content

Commit

Permalink
Change GID in addition to UID for mounted volume
Browse files Browse the repository at this point in the history
  • Loading branch information
robbotorigami authored and easimon committed Jan 27, 2022
1 parent b4d02c1 commit 9ea1a0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ runs:
fi
sudo mount "/dev/mapper/${VG_NAME}-buildlv" "${BUILD_MOUNT_PATH}"
sudo chown -R runner "${BUILD_MOUNT_PATH}"
sudo chgrp -R runner "${BUILD_MOUNT_PATH}"
- name: Disk space report after modification
shell: bash
Expand Down

0 comments on commit 9ea1a0d

Please sign in to comment.