You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: action.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -113,7 +113,7 @@ runs:
113
113
114
114
# ensure mount path exists before the action
115
115
sudo mkdir -p "${BUILD_MOUNT_PATH}"
116
-
find "${BUILD_MOUNT_PATH}" -maxdepth 0 ! -empty -exec echo 'WARNING: directory [{}] is not empty, data loss might occur. Content:' \; -exec ls -al "{}" \;
116
+
sudo find "${BUILD_MOUNT_PATH}" -maxdepth 0 ! -empty -exec echo 'WARNING: directory [{}] is not empty, data loss might occur. Content:' \; -exec ls -al "{}" \;
117
117
118
118
echo "Removing unwanted software... "
119
119
if [[ ${{ inputs.remove-dotnet }} == 'true' ]]; then
0 commit comments